mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-26 23:04:19 +08:00
15 lines
265 B
TOML
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
|
|
"""
|