From cab3aaede1633d955bd60117046d8d8b756a3389 Mon Sep 17 00:00:00 2001 From: Eivind Uggedal Date: Sun, 23 Nov 2014 10:40:04 +0000 Subject: [PATCH] New package: void-updates-20141123. --- srcpkgs/void-updates/template | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 srcpkgs/void-updates/template diff --git a/srcpkgs/void-updates/template b/srcpkgs/void-updates/template new file mode 100644 index 0000000000..ed83272a39 --- /dev/null +++ b/srcpkgs/void-updates/template @@ -0,0 +1,20 @@ +# Template file for 'void-updates' +pkgname=void-updates +version=20141123 +revision=1 +noarch=yes +build_style=gnu-makefile +hostmakedepends="git" +depends="git" +system_accounts="voidupdates" +voidupdates_homedir="/var/cache/${pkgname}" +voidupdates_groups="xbuilder" +make_dirs="${voidupdates_homedir} 0700 ${system_accounts} ${system_accounts}" +short_desc="Void Linux package updates" +maintainer="Eivind Uggedal " +license="ISC" +homepage="https://github.com/voidlinux/void-updates" + +do_fetch() { + git clone git://github.com/voidlinux/${pkgname} ${pkgname}-${version} +}