git-bashcompletion: initial commit, thanks nullspoon
This commit is contained in:
parent
048a589b46
commit
98445b9c4e
5
git-bashcompletion/.footprint
Normal file
5
git-bashcompletion/.footprint
Normal file
@ -0,0 +1,5 @@
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/share/
|
||||
drwxr-xr-x root/root usr/share/bash-completion/
|
||||
drwxr-xr-x root/root usr/share/bash-completion/completions/
|
||||
-rw-r--r-- root/root usr/share/bash-completion/completions/git
|
1
git-bashcompletion/.md5sum
Normal file
1
git-bashcompletion/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
4294d6110da8693b3fa06533be56ae2b git-completion.bash
|
14
git-bashcompletion/Pkgfile
Normal file
14
git-bashcompletion/Pkgfile
Normal file
@ -0,0 +1,14 @@
|
||||
# Description: programmable bash completion for git
|
||||
# URL: https://git-scm.com
|
||||
# Maintainer: Thomas Penteker, tek at serverop dot de
|
||||
# Depends on: bash-completion git
|
||||
|
||||
name=git-bashcompletion
|
||||
version=2.11.0
|
||||
release=1
|
||||
source=(http://repo.or.cz/git.git/blob_plain/refs/tags/v${version}:/contrib/completion/git-completion.bash)
|
||||
|
||||
build() {
|
||||
install -D -m 644 git-completion.bash \
|
||||
$PKG/usr/share/bash-completion/completions/git
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user