community/yadm: sync with aports

This commit is contained in:
Antoine Martin 2023-11-24 17:53:28 -05:00
parent c8e0701739
commit 30f6e014bd

View file

@ -3,7 +3,7 @@
pkgname=yadm
pkgver=3.2.2
pkgrel=0
pkgrel=1
pkgdesc="Yet Another Dotfiles Manager"
arch="noarch"
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"
}
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="
c61da3f644c2f587079fd717d4ef566861f20224f287906ef5b6d07169bc5f02aef7974afd8d4441267a92417a4fd0c7edda562b8f0cf2fc104c91fc0f5f85ff yadm-3.2.2.tar.gz
"