Package definitions for the complete DarkForge Linux system: - core/ (67): base system, toolchain, kernel, utilities, dev tools - extra/ (26): libraries, frameworks, drivers (nvidia-open, pipewire, mesa) - desktop/ (19): Wayland stack, dwl compositor, terminals, applications - gaming/ (12): Steam, Wine, Proton, gamemode, mangohud, PrismLauncher Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
21 lines
705 B
TOML
21 lines
705 B
TOML
[package]
|
|
name = "firefox"
|
|
version = "137.0"
|
|
description = "Mozilla Firefox web browser"
|
|
url = "https://www.mozilla.org/firefox/"
|
|
license = "MPL-2.0"
|
|
|
|
[source]
|
|
url = "https://archive.mozilla.org/pub/firefox/releases/${version}/source/firefox-${version}.source.tar.xz"
|
|
sha256 = "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"
|
|
|
|
[dependencies]
|
|
run = ["glibc", "dbus", "glib", "pango", "cairo", "freetype", "fontconfig", "libffi", "openssl", "zlib"]
|
|
build = ["gcc", "make", "python", "perl", "pkg-config", "autoconf", "rust", "cbindgen", "nodejs", "nasm"]
|
|
|
|
[build]
|
|
system = "custom"
|
|
configure = """"""
|
|
make = """make -f client.mk"""
|
|
install = """make -f client.mk DESTDIR=${PKG} install"""
|