void-updates: add vlicense, revbump

This commit is contained in:
Karl Nilsson 2018-06-17 23:23:39 -04:00 committed by Enno Boland
parent 327c8d49e7
commit 5039d435ae

View file

@ -1,7 +1,7 @@
# Template file for 'void-updates' # Template file for 'void-updates'
pkgname=void-updates pkgname=void-updates
version=20180616 version=20180616
revision=1 revision=2
noarch=yes noarch=yes
build_style=gnu-makefile build_style=gnu-makefile
depends="git curl" depends="git curl"
@ -15,3 +15,7 @@ license="ISC"
homepage="https://github.com/void-linux/void-updates" homepage="https://github.com/void-linux/void-updates"
distfiles="${homepage}/archive/${version}.tar.gz" distfiles="${homepage}/archive/${version}.tar.gz"
checksum=d885cb1e378aa3315dd5293a58be5729b98a2e1fb5f024105a8d8662e4f591cd checksum=d885cb1e378aa3315dd5293a58be5729b98a2e1fb5f024105a8d8662e4f591cd
post_install() {
vlicense LICENSE
}