mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-28 15:48:45 +08:00
10 lines
230 B
TOML
10 lines
230 B
TOML
#TODO missing script for gnu make
|
|
# build instructions: https://git.suckless.org/surf/file/README.html
|
|
[source]
|
|
tar = "https://dl.suckless.org/surf/surf-2.1.tar.gz"
|
|
[build]
|
|
template = "custom"
|
|
dependencies = [
|
|
"webkitgtk3",
|
|
]
|