11 lines
189 B
Markdown
11 lines
189 B
Markdown
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
|
|
```
|