mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
testing push rights
Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
This commit is contained in:
parent
de7f650698
commit
2f64939b63
1 changed files with 2 additions and 1 deletions
3
PKGBUILD
3
PKGBUILD
|
|
@ -1,4 +1,5 @@
|
|||
# Maintainer: Fernandez Ludovic <lfernandez dot dev at gmail dot com>
|
||||
# Maintainer: Carlos A Becker <carlos at becker dot software>
|
||||
|
||||
pkgname='goreleaser-bin'
|
||||
_pkgname="${pkgname%-bin}"
|
||||
|
|
@ -43,4 +44,4 @@ package() {
|
|||
install -Dm644 "./completions/${_pkgname}.bash" "${pkgdir}/usr/share/bash-completion/completions/${_pkgname}"
|
||||
install -Dm644 "./completions/${_pkgname}.zsh" "${pkgdir}/usr/share/zsh/site-functions/_${_pkgname}"
|
||||
install -Dm644 "./completions/${_pkgname}.fish" "${pkgdir}/usr/share/fish/vendor_completions.d/${_pkgname}.fish"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue