diff options
author | davidovski <david@davidovski.xyz> | 2021-10-02 15:36:06 +0100 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2021-10-02 15:36:06 +0100 |
commit | c4e0c314e6eac6964328c9c3daeaa232ea06e965 (patch) | |
tree | 3487ee837ea8927ceaf5c26fe54461422e01a21a /xibuilds/bash.xibuild | |
parent | 5f7bf349b6280e52f6671e9fb02e0c530b167165 (diff) |
rename
Diffstat (limited to 'xibuilds/bash.xibuild')
-rw-r--r-- | xibuilds/bash.xibuild | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/xibuilds/bash.xibuild b/xibuilds/bash.xibuild deleted file mode 100644 index 9a5d1af..0000000 --- a/xibuilds/bash.xibuild +++ /dev/null @@ -1,19 +0,0 @@ -#!/bin/bash - -DEPS=(readline libreadline.so=8-64 glibc ncurses) - -fetch () { - git clone https://git.savannah.gnu.org/git/bash.git -} - -build () { - cd bash - ./configure --without-bash-malloc --prefix=/usr - make - make DESTDIR=$PKG_DEST install -} - -package () { - echo "packaged" -} - |