mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-03 10:08:45 +08:00
15 lines
351 B
TOML
15 lines
351 B
TOML
#TODO missing script for gnu make
|
|
# build instructions - https://github.com/enzo1982/boca/#installation
|
|
[source]
|
|
tar = "https://github.com/enzo1982/BoCA/releases/download/v1.0.7/boca-1.0.7.tar.gz"
|
|
[build]
|
|
template = "custom"
|
|
dependencies = [
|
|
"libsmooth",
|
|
"pulseaudio",
|
|
"libcdio",
|
|
"libcdio-paranoia",
|
|
"expat",
|
|
"liburiparser",
|
|
]
|