tiv: rebuild for musl repo

This commit is contained in:
Michael Gehring 2016-02-26 11:54:43 +00:00
parent 665c122cb1
commit 2179730874

View File

@ -1,7 +1,7 @@
# Template file for 'tiv'
pkgname=tiv
version=0.1
revision=2
revision=3
build_style=gnu-makefile
hostmakedepends="pkg-config vala"
makedepends="vala-devel glib-devel gdk-pixbuf-devel libjpeg-turbo-devel"
@ -15,3 +15,8 @@ checksum=4aeae8b132ff507084ed1365652dda96ee245e003a4b409d3a304ce0871802f3
pre_install() {
vmkdir usr/bin
}
post_install() {
vlicense LICENSE
}