kore: fix musl build

This commit is contained in:
Duncaen
2020-07-04 21:17:51 +02:00
parent 9a9fcd7437
commit 5406dc8b98

View File

@@ -13,6 +13,10 @@ homepage="https://kore.io"
distfiles="https://kore.io/releases/kore-${version}.tar.gz"
checksum=c80d7a817883e631adf9eb5271b4ffa6ebb06c2e2fca40ce6c3c75638c08b67a
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
makedepends+=" musl-legacy-compat"
fi
post_install() {
vlicense LICENSE
}