summaryrefslogtreecommitdiff
path: root/xibuilds/bash.xibuild
diff options
context:
space:
mode:
Diffstat (limited to 'xibuilds/bash.xibuild')
-rw-r--r--xibuilds/bash.xibuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/xibuilds/bash.xibuild b/xibuilds/bash.xibuild
index efa9c19..9a5d1af 100644
--- a/xibuilds/bash.xibuild
+++ b/xibuilds/bash.xibuild
@@ -1,5 +1,7 @@
#!/bin/bash
+DEPS=(readline libreadline.so=8-64 glibc ncurses)
+
fetch () {
git clone https://git.savannah.gnu.org/git/bash.git
}