[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"""