appres: rebuild for musl repo
This commit is contained in:
parent
4c2896451c
commit
71093e24ab
1 changed files with 5 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template build file for 'appres'.
|
||||
pkgname=appres
|
||||
version=1.0.4
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="libXt-devel"
|
||||
|
@ -11,3 +11,7 @@ license="MIT"
|
|||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||
distfiles="${XORG_SITE}/app/$pkgname-$version.tar.bz2"
|
||||
checksum=9f614e9427cd9641a4a801ed5055700afa410674c0b7aa186b86078f11b83e8d
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue