libssh: mark as broken on *-musl

This commit is contained in:
maxice8 2018-08-10 22:20:15 -03:00
parent 649747f8f3
commit 71d297fbc1
No known key found for this signature in database
GPG Key ID: 543B9D4F4299F06B

View File

@ -13,6 +13,10 @@ homepage="https://www.libssh.org/"
distfiles="https://git.libssh.org/projects/libssh.git/snapshot/${pkgname}-${version}.tar.bz2"
checksum=64bf40c65d66b7413b40062cf69b1a8617ee9f759010e28e5741fe180638dc30
case "$XBPS_TARGET_MACHINE" in
*-musl) broken="no implementation of GLOB_TILDE" ;;
esac
libssh-devel_package() {
depends="${sourcepkg}>=${version}_${revision}"
short_desc+=" - development files"