hoogle: broken on musl

This commit is contained in:
Enno Boland 2019-08-08 15:33:01 +02:00
parent 1413826472
commit d3612486c6
No known key found for this signature in database
GPG Key ID: D09964719BDE9971
1 changed files with 4 additions and 0 deletions

View File

@ -14,6 +14,10 @@ distfiles="https://github.com/ndmitchell/${pkgname}/archive/v${version}.tar.gz"
checksum=5e092a0b33f85ffe3c425939e082e4fdf7e219d74949cc8324edbcf464ac9587
nopie_files="/usr/bin/hoogle"
case "$XBPS_TARGET_MACHINE" in
*-musl) broken="https://build.voidlinux.org/builders/x86_64-musl_builder/builds/22212/steps/shell_3/logs/stdio" ;;
esac
post_install() {
vlicense LICENSE
}