redox/recipes/tools/gnu-grep/recipe.toml
2025-11-17 11:06:16 +07:00

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}
"""