redox/recipes/wip/libcdio/recipe.toml
2023-12-18 19:26:27 +00:00

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