mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-04 10:38:46 +08:00
19 lines
376 B
TOML
19 lines
376 B
TOML
#TODO missing script for mach: https://developer.palemoon.org/build/linux/
|
|
[source]
|
|
tar = "https://repo.palemoon.org/MoonchildProductions/Pale-Moon/archive/33.9.1_Release.tar.gz"
|
|
[build]
|
|
template = "custom"
|
|
dependencies = [
|
|
"gtk3",
|
|
"glib",
|
|
"pango",
|
|
"dbus",
|
|
"mesa",
|
|
"libxt",
|
|
"openssl1",
|
|
"sqlite3",
|
|
"libpulse",
|
|
"libalsa",
|
|
"libx11",
|
|
]
|