redox/recipes/dev/gnu-make/recipe.toml
2025-12-09 04:15:42 -05:00

19 lines
344 B
TOML

#TODO very basic makefiles are tested to work but needs more testing
[source]
tar = "http://ftp.gnu.org/gnu/make/make-4.4.tar.gz"
patches = [
"redox.patch"
]
script = """
DYNAMIC_INIT
autotools_recursive_regenerate
"""
[build]
template = "custom"
script = """
DYNAMIC_INIT
rsync -av --delete "$COOKBOOK_SOURCE/." ./
cookbook_configure
"""