From b6353855d5d2db4a73fc9687e6c8da50d69828a8 Mon Sep 17 00:00:00 2001 From: John Date: Sat, 17 Jun 2017 19:09:04 +0200 Subject: [PATCH] New package: yadm-1.10.0 Closes: #6769 [via git-merge-pr] --- srcpkgs/yadm/template | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 srcpkgs/yadm/template diff --git a/srcpkgs/yadm/template b/srcpkgs/yadm/template new file mode 100644 index 00000000000..925da4fc5af --- /dev/null +++ b/srcpkgs/yadm/template @@ -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 " +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 +}