19 lines
570 B
Bash
19 lines
570 B
Bash
# Template file for 'lftpfs'
|
|
pkgname=lftpfs
|
|
version=0.4.3
|
|
revision=2
|
|
archs=noarch
|
|
build_style=perl-module
|
|
hostmakedepends="perl"
|
|
makedepends="perl-Fuse perl-IPC-Run lftp"
|
|
depends="$makedepends"
|
|
short_desc="Filesystem with caching based on FUSE and LFTP"
|
|
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
|
license="GPL-2"
|
|
homepage="http://lftpfs.sourceforge.net/"
|
|
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
|
|
checksum=5116e06dfc03c4000f3157916d4bf2b9bcd6f47667790217dbf3b9f04861bf39
|
|
|
|
case "$XBPS_TARGET_MACHINE" in
|
|
*-musl) broken="perl-Fuse" ;;
|
|
esac
|