summaryrefslogtreecommitdiff
path: root/xibuilds/bash.xibuild
diff options
context:
space:
mode:
Diffstat (limited to 'xibuilds/bash.xibuild')
-rw-r--r--xibuilds/bash.xibuild13
1 files changed, 0 insertions, 13 deletions
diff --git a/xibuilds/bash.xibuild b/xibuilds/bash.xibuild
deleted file mode 100644
index ab6e11e..0000000
--- a/xibuilds/bash.xibuild
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/bash
-
-DEPS=(readline glibc ncurses)
-
-SOURCE=https://git.savannah.gnu.org/git/bash.git
-DESC="The free Bourne Again Shell"
-
-build () {
- ./configure --without-bash-malloc --prefix=/usr
- make
- make DESTDIR=$PKG_DEST install
-}
-