vp-build/srcpkgs/void-updates/template

22 lines
640 B
Bash

# Template file for 'void-updates'
pkgname=void-updates
version=20180616
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/void-linux/void-updates"
distfiles="${homepage}/archive/${version}.tar.gz"
checksum=d885cb1e378aa3315dd5293a58be5729b98a2e1fb5f024105a8d8662e4f591cd
post_install() {
vlicense LICENSE
}