mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-04 02:28:45 +08:00
11 lines
281 B
TOML
11 lines
281 B
TOML
#TODO probably wrong script, see https://git.savannah.gnu.org/cgit/libcdio.git/tree/INSTALL
|
|
[source]
|
|
git = "https://git.savannah.gnu.org/cgit/libcdio.git"
|
|
rev = "9c7a2779846da161279bc1501e83c849cf89a594"
|
|
[build]
|
|
template = "custom"
|
|
script = """
|
|
./autogen.sh
|
|
cookbook_configure
|
|
"""
|