22 lines
646 B
Bash
22 lines
646 B
Bash
# Template file for 'void-updates'
|
|
pkgname=void-updates
|
|
version=20231023
|
|
revision=1
|
|
build_style=gnu-makefile
|
|
depends="git curl"
|
|
short_desc="Void Linux package updates"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="ISC"
|
|
homepage="https://github.com/void-linux/void-updates"
|
|
distfiles="https://github.com/void-linux/void-updates/archive/${version}.tar.gz"
|
|
checksum=b486f2d64896de1407068b26e442da2f80a89ead073b8c945d09ffc0902d0cd0
|
|
|
|
system_accounts="voidupdates"
|
|
voidupdates_homedir="/var/cache/void-updates"
|
|
voidupdates_groups="xbuilder"
|
|
make_dirs="/var/cache/void-updates 0755 voidupdates voidupdates"
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|