aboutsummaryrefslogtreecommitdiff
path: root/bash/abuild
diff options
context:
space:
mode:
authorWoodpecker CI <emmett1.2miligrams@protonmail.com>2025-06-03 14:32:36 +0000
committerWoodpecker CI <emmett1.2miligrams@protonmail.com>2025-06-03 14:32:36 +0000
commit93a354611e38a6949add5c2e5ccc93ef79b9755f (patch)
tree7fee41752b1047d74c59f8ee046cd62735e7e934 /bash/abuild
parent35912580b66e9439f91ea441938828ad8aa33b0d (diff)
downloadalicelinux-93a354611e38a6949add5c2e5ccc93ef79b9755f.tar.gz
alicelinux-93a354611e38a6949add5c2e5ccc93ef79b9755f.zip
Woodpecker CI 5171f1fdd74e7137c305450dd69a29fa5be4143f [SKIP CI]
Diffstat (limited to 'bash/abuild')
-rw-r--r--bash/abuild14
1 files changed, 14 insertions, 0 deletions
diff --git a/bash/abuild b/bash/abuild
new file mode 100644
index 00000000..e5a02b94
--- /dev/null
+++ b/bash/abuild
@@ -0,0 +1,14 @@
+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
+}