redox/recipes/wip/dev/ragel/recipe.toml
2024-02-18 00:04:49 +00:00

15 lines
265 B
TOML

#TODO missing colm directory on the GNU Autotools flag
[source]
tar = "https://www.colm.net/files/ragel/ragel-6.10.tar.gz"
[build]
template = "custom"
dependencies = [
"colm",
]
script = """
COOKBOOK_CONFIGURE_FLAGS+=(
--with-colm=
)
cookbook_configure
"""