Add bash, remove clang, fix gcc. #15

Merged
hippoz merged 4 commits from Ohio2/repo:master into master 2021-07-11 15:50:31 +03:00
2 changed files with 11 additions and 0 deletions
Showing only changes of commit 6353bea626 - Show all commits

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=""