mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-03 01:58:41 +08:00
10 lines
201 B
TOML
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
|
|
"""
|