mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-22 04:44:19 +08:00
16 lines
325 B
TOML
16 lines
325 B
TOML
[source]
|
|
tar = "https://ftp.gnu.org/gnu/grep/grep-3.1.tar.xz"
|
|
blake3 = "46b6e24dfa1b0f309f4eae3c450d612396c8faa6510b53a55f629e4f4c70b4a3"
|
|
patches = ["grep.patch"]
|
|
|
|
[build]
|
|
template = "custom"
|
|
script = """
|
|
DYNAMIC_INIT
|
|
COOKBOOK_CONFIGURE_FLAGS+=(
|
|
--prefix=/
|
|
)
|
|
cookbook_configure
|
|
rm -rf "${COOKBOOK_STAGE}"/{lib,share}
|
|
"""
|