kore: fix musl build
This commit is contained in:
parent
9a9fcd7437
commit
5406dc8b98
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue