added bash

This commit is contained in:
Ohio2 2021-07-09 21:22:24 +02:00
parent 26a846831d
commit 6353bea626
2 changed files with 11 additions and 0 deletions

6
bash/build Normal file
View file

@ -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

5
bash/package Executable file
View file

@ -0,0 +1,5 @@
pkg_config_deploy=true
pkg_config_ver="5.1.8"
pkg_config_name="bash"
pkg_config_makedepends=""
pkg_config_depends=""