aboutsummaryrefslogtreecommitdiff
path: root/repos/extra/bash/abuild
diff options
context:
space:
mode:
authorWoodpecker CI <emmett1.2miligrams@protonmail.com>2025-06-03 14:25:08 +0000
committerWoodpecker CI <emmett1.2miligrams@protonmail.com>2025-06-03 14:25:08 +0000
commitac02af34e6938758c236ee87e99a65e9d7318c43 (patch)
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904 /repos/extra/bash/abuild
parent495bfcc4011c3eb286cb5e4d57aef27af6b8751e (diff)
downloadalicelinux-ac02af34e6938758c236ee87e99a65e9d7318c43.tar.gz
alicelinux-ac02af34e6938758c236ee87e99a65e9d7318c43.zip
Woodpecker CI 495bfcc4011c3eb286cb5e4d57aef27af6b8751e [SKIP CI]
Diffstat (limited to 'repos/extra/bash/abuild')
-rw-r--r--repos/extra/bash/abuild14
1 files changed, 0 insertions, 14 deletions
diff --git a/repos/extra/bash/abuild b/repos/extra/bash/abuild
deleted file mode 100644
index e5a02b94..00000000
--- a/repos/extra/bash/abuild
+++ /dev/null
@@ -1,14 +0,0 @@
-name=bash
-version=5.2.37
-release=1
-source="https://ftp.gnu.org/gnu/$name/$name-$version.tar.gz
- bashrc"
-build_opt="--without-bash-malloc --with-installed-readline"
-
-postbuild() {
- mkdir -p $PKG/bin
- mv $PKG/usr/bin/bash $PKG/bin
-
- install -d $PKG/etc
- install -m644 $SRC/bashrc $PKG/etc
-}