From 85bf534f77adf1cc976be8be918f9a799040a241 Mon Sep 17 00:00:00 2001
From: Jeremy Soller <jeremy@system76.com>
Date: Tue, 14 Jul 2020 20:39:51 -0600
Subject: [PATCH] Add bash recipe.toml

---
 recipes/bash/recipe.toml | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 recipes/bash/recipe.toml

diff --git a/recipes/bash/recipe.toml b/recipes/bash/recipe.toml
new file mode 100644
index 000000000..b3e0ed2e4
--- /dev/null
+++ b/recipes/bash/recipe.toml
@@ -0,0 +1,21 @@
+[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
+"""
-- 
GitLab