17 lines
601 B
Bash
17 lines
601 B
Bash
# Template file for 'void-updates'
|
|
pkgname=void-updates
|
|
version=20150817
|
|
revision=2
|
|
noarch=yes
|
|
build_style=gnu-makefile
|
|
depends="git curl"
|
|
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=e0cf177c639eb86cbd3efff993ff00fc50a285121062ea501b46f435105355bc
|