mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-06-13 02:58:25 +02:00
34 lines
1.1 KiB
Text
34 lines
1.1 KiB
Text
# Maintainer: Antoine Martin (ayakael) <dev@ayakael.net>
|
|
# Contributor: Antoine Martin (ayakael) <dev@ayakael.net>
|
|
pkgname=yadm
|
|
pkgver=3.5.0
|
|
pkgrel=0
|
|
pkgdesc="Yet Another Dotfiles Manager"
|
|
arch="noarch"
|
|
url="https://github.com/TheLocehiliosan/yadm"
|
|
license="GPL-3.0-only"
|
|
depends="
|
|
bash
|
|
git
|
|
gawk
|
|
"
|
|
options="!check" # No testsuite
|
|
subpackages="
|
|
$pkgname-bash-completion
|
|
$pkgname-doc
|
|
$pkgname-fish-completion
|
|
$pkgname-zsh-completion
|
|
"
|
|
source="$pkgname-$pkgver.tar.gz::https://github.com/TheLocehiliosan/yadm/archive/$pkgver.tar.gz"
|
|
|
|
package() {
|
|
install -vDm755 yadm -t "$pkgdir/usr/bin"
|
|
install -vDm644 yadm.1 -t "$pkgdir/usr/share/man/man1"
|
|
install -vDm644 completion/bash/yadm -t "$pkgdir/usr/share/bash-completion/completions"
|
|
install -vDm644 completion/zsh/_yadm -t "$pkgdir/usr/share/zsh/site-functions"
|
|
install -vDm644 completion/fish/yadm.fish -t "$pkgdir/usr/share/fish/vendor_completions.d"
|
|
}
|
|
|
|
sha512sums="
|
|
dcaaa4520790d3e5870067d9bf1574362af8f87cc9195a8252818317a88820e99dd7e2eead0896000889988a331d2c36adf3dbd701458a8024f4206c207e8ab9 yadm-3.5.0.tar.gz
|
|
"
|