Skip to content
Snippets Groups Projects
Verified Commit 85bf534f authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Add bash recipe.toml

parent f6baea67
No related branches found
No related tags found
No related merge requests found
[source]
tar = "http://ftp.gnu.org/gnu/bash/bash-4.4.tar.gz"
dependencies = [
"gettext"
]
patches = [
"redox.patch"
]
script = """
wget -O support/config.sub http://git.savannah.gnu.org/cgit/config.git/plain/config.sub
"""
[build]
template = "custom"
script = """
COOKBOOK_CONFIGURE_FLAGS+=(
--disable-readline
bash_cv_getenv_redef=no
)
cookbook_configure
"""
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment