18 lines
596 B
Bash
18 lines
596 B
Bash
# Template file for 'void-updates'
|
|
pkgname=void-updates
|
|
version=20150318
|
|
revision=2
|
|
noarch=yes
|
|
build_style=gnu-makefile
|
|
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"
|
|
distfiles="${homepage}/archive/${version}.tar.gz"
|
|
checksum=c4cea30fa7e54bf428130aed5bd2aab19a0ba2059d0f14af430313c2401b86ee
|