summaryrefslogtreecommitdiff
path: root/chunks/bash.morph
diff options
context:
space:
mode:
Diffstat (limited to 'chunks/bash.morph')
-rw-r--r--chunks/bash.morph10
1 files changed, 10 insertions, 0 deletions
diff --git a/chunks/bash.morph b/chunks/bash.morph
new file mode 100644
index 00000000..b66564c6
--- /dev/null
+++ b/chunks/bash.morph
@@ -0,0 +1,10 @@
+name: bash
+kind: chunk
+repo: upstream:bash
+ref: 783c677f45354b0d6df70e552217ecad8481804f
+configure-commands:
+- ./configure --prefix=/usr --bindir=/bin --without-bash-malloc --with-installed-readline
+build-commands:
+- make
+install-commands:
+- make DESTDIR="$DESTDIR" install