mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-25 14:24:18 +08:00
12 lines
221 B
TOML
12 lines
221 B
TOML
[source]
|
|
tar = "https://ftp.gnu.org/gnu/termcap/termcap-1.3.1.tar.gz"
|
|
[build]
|
|
template = "custom"
|
|
script = """
|
|
DYNAMIC_STATIC_INIT
|
|
COOKBOOK_CONFIGURE_FLAGS+=(
|
|
--prefix="${COOKBOOK_STAGE}/usr"
|
|
)
|
|
cookbook_configure
|
|
"""
|