20 lines
581 B
Text
20 lines
581 B
Text
# Template file for 'void-updates'
|
|
pkgname=void-updates
|
|
version=20150121
|
|
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}
|
|
}
|