bsdunzip: needs musl-legacy-compat for *-musl targets
This commit is contained in:
parent
407b8f28c1
commit
12819e9312
@ -11,6 +11,10 @@ homepage="https://github.com/somasis/bsdunzip"
|
||||
distfiles="https://github.com/somasis/bsdunzip/archive/${version}.tar.gz"
|
||||
checksum=06c52c77fa518732665aa2daa73f364cd2470a5d47a83c9c79f86f207cf3ecc1
|
||||
|
||||
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
|
||||
makedepends+=" musl-legacy-compat"
|
||||
fi
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user