diff --git a/bash/build b/bash/build new file mode 100644 index 0000000..04c270e --- /dev/null +++ b/bash/build @@ -0,0 +1,6 @@ +wget https://ftp.gnu.org/gnu/bash/bash-5.1.8.tar.gz +tar -xf bash-5.1.8.tar.gz +cd bash-5.1.8 +./configure +make +make install diff --git a/bash/package b/bash/package new file mode 100755 index 0000000..52b677d --- /dev/null +++ b/bash/package @@ -0,0 +1,5 @@ +pkg_config_deploy=true +pkg_config_ver="5.1.8" +pkg_config_name="bash" +pkg_config_makedepends="" +pkg_config_depends=""