19 lines
641 B
Bash
19 lines
641 B
Bash
# Template file for 'yadm'
|
|
pkgname=yadm
|
|
version=2.0.0
|
|
revision=1
|
|
archs=noarch
|
|
depends="bash git gnupg"
|
|
short_desc="Yet Another Dotfiles Manager"
|
|
maintainer="John <johnz@posteo.net>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="https://thelocehiliosan.github.io/yadm/"
|
|
distfiles="https://github.com/TheLocehiliosan/${pkgname}/archive/${version}.tar.gz"
|
|
checksum=6359debdd9a6154709d084f478c000e572b3d8d50c2abe6525534899a5c2eb16
|
|
|
|
do_install() {
|
|
vbin ${pkgname}
|
|
vman ${pkgname}.1
|
|
vinstall completion/yadm.bash_completion 644 usr/share/bash-completion/completions yadm
|
|
vinstall completion/yadm.zsh_completion 644 usr/share/zsh/site-functions _yadm
|
|
}
|