New package: yadm-1.10.0

Closes: #6769 [via git-merge-pr]
This commit is contained in:
John 2017-06-17 19:09:04 +02:00 committed by Michael Aldridge
parent 5bbd6f19c0
commit b6353855d5
1 changed files with 18 additions and 0 deletions

18
srcpkgs/yadm/template Normal file
View File

@ -0,0 +1,18 @@
# Template file for 'yadm'
pkgname=yadm
version=1.10.0
revision=1
build_style="fetch"
depends="git gnupg"
short_desc="Yet Another Dotfiles Manager"
maintainer="John <johnz@posteo.net>"
license="GPL-3"
homepage="https://thelocehiliosan.github.io/yadm/"
distfiles="https://github.com/TheLocehiliosan/${pkgname}/archive/${version}.tar.gz"
checksum=3f77b51197fe14d24f670dbc3e5edc4ae329fdd91c03db297ab929e7bc1168bb
do_install() {
tar xf ${version}.tar.gz
vbin ${pkgname}-${version}/${pkgname}
vman ${pkgname}-${version}/${pkgname}.1
}