mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-02 09:38:42 +08:00
12 lines
220 B
TOML
12 lines
220 B
TOML
#TODO need testing
|
|
[source]
|
|
tar = "https://ftp.gnu.org/gnu/termcap/termcap-1.3.1.tar.gz"
|
|
[build]
|
|
template = "custom"
|
|
script = """
|
|
COOKBOOK_CONFIGURE_FLAGS+=(
|
|
--prefix="${COOKBOOK_STAGE}/usr"
|
|
)
|
|
cookbook_configure
|
|
"""
|