lftpfs: unmark broken on musl
Signed-off-by: Nathan Owens <ndowens04@gmail.com>
This commit is contained in:
parent
19f8555b9c
commit
2c6a0d79db
1 changed files with 1 additions and 5 deletions
|
@ -9,11 +9,7 @@ makedepends="perl-Fuse perl-IPC-Run lftp"
|
||||||
depends="$makedepends"
|
depends="$makedepends"
|
||||||
short_desc="Filesystem with caching based on FUSE and LFTP"
|
short_desc="Filesystem with caching based on FUSE and LFTP"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="GPL-2"
|
license="GPL-2.0-only"
|
||||||
homepage="http://lftpfs.sourceforge.net/"
|
homepage="http://lftpfs.sourceforge.net/"
|
||||||
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
|
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||||
checksum=5116e06dfc03c4000f3157916d4bf2b9bcd6f47667790217dbf3b9f04861bf39
|
checksum=5116e06dfc03c4000f3157916d4bf2b9bcd6f47667790217dbf3b9f04861bf39
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
|
||||||
*-musl) broken="perl-Fuse" ;;
|
|
||||||
esac
|
|
||||||
|
|
Loading…
Reference in a new issue