community/yadm: sync with aports
This commit is contained in:
parent
c8e0701739
commit
30f6e014bd
1 changed files with 1 additions and 10 deletions
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
pkgname=yadm
|
pkgname=yadm
|
||||||
pkgver=3.2.2
|
pkgver=3.2.2
|
||||||
pkgrel=0
|
pkgrel=1
|
||||||
pkgdesc="Yet Another Dotfiles Manager"
|
pkgdesc="Yet Another Dotfiles Manager"
|
||||||
arch="noarch"
|
arch="noarch"
|
||||||
url="https://github.com/TheLocehiliosan/yadm"
|
url="https://github.com/TheLocehiliosan/yadm"
|
||||||
|
@ -30,15 +30,6 @@ package() {
|
||||||
install -vDm644 completion/fish/yadm.fish -t "$pkgdir/usr/share/fish/vendor_completions.d"
|
install -vDm644 completion/fish/yadm.fish -t "$pkgdir/usr/share/fish/vendor_completions.d"
|
||||||
}
|
}
|
||||||
|
|
||||||
fishcomp() {
|
|
||||||
depends=""
|
|
||||||
pkgdesc="Fish completions for $pkgname"
|
|
||||||
install_if="$pkgname=$pkgver-r$pkgrel fish"
|
|
||||||
|
|
||||||
cd "$pkgdir" || return 0
|
|
||||||
amove usr/share/fish/vendor_completions.d
|
|
||||||
}
|
|
||||||
|
|
||||||
sha512sums="
|
sha512sums="
|
||||||
c61da3f644c2f587079fd717d4ef566861f20224f287906ef5b6d07169bc5f02aef7974afd8d4441267a92417a4fd0c7edda562b8f0cf2fc104c91fc0f5f85ff yadm-3.2.2.tar.gz
|
c61da3f644c2f587079fd717d4ef566861f20224f287906ef5b6d07169bc5f02aef7974afd8d4441267a92417a4fd0c7edda562b8f0cf2fc104c91fc0f5f85ff yadm-3.2.2.tar.gz
|
||||||
"
|
"
|
||||||
|
|
Loading…
Reference in a new issue