redox/recipes/wip/flex/recipe.toml
2023-11-30 18:13:53 +00:00

10 lines
201 B
TOML

#TODO Not compiled or tested yet
[source]
tar = "https://github.com/westes/flex/releases/download/v2.6.4/flex-2.6.4.tar.gz"
[build]
template = "custom"
script = """
./autogen.sh
cookbook_configure
"""