New package: void-updates-20141123.
This commit is contained in:
parent
6b554684a2
commit
cab3aaede1
1 changed files with 20 additions and 0 deletions
20
srcpkgs/void-updates/template
Normal file
20
srcpkgs/void-updates/template
Normal file
|
@ -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 <eivind@uggedal.com>"
|
||||
license="ISC"
|
||||
homepage="https://github.com/voidlinux/void-updates"
|
||||
|
||||
do_fetch() {
|
||||
git clone git://github.com/voidlinux/${pkgname} ${pkgname}-${version}
|
||||
}
|
Loading…
Reference in a new issue