void-packages/srcpkgs/yadm/template
2019-11-18 13:12:41 +01:00

19 lines
641 B
Bash

# Template file for 'yadm'
pkgname=yadm
version=2.0.1
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=935be5ea014a3b5c17a70585815f8f5f254fd0748cd1c649781807c45e5b26fe
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
}