forked from alnux/repo
added bash
This commit is contained in:
parent
26a846831d
commit
6353bea626
2 changed files with 11 additions and 0 deletions
6
bash/build
Normal file
6
bash/build
Normal 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
5
bash/package
Executable 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=""
|
Loading…
Reference in a new issue