pkg download command and patches
This commit is contained in:
10
assets/var/gnu/bash/completion.md
Normal file
10
assets/var/gnu/bash/completion.md
Normal file
@ -0,0 +1,10 @@
|
||||
bash/completion
|
||||
=
|
||||
https://github.com/scop/bash-completion/archive/refs/tags/2.18.0.tar.gz
|
||||
|
||||
``` sh *** build ***
|
||||
autoreconf -i
|
||||
./configure --prefix=$pkgpath
|
||||
make -j$(nproc)
|
||||
make install
|
||||
```
|
||||
Reference in New Issue
Block a user