19 lines
634 B
Bash
19 lines
634 B
Bash
# Template file for 's3fs-fuse'
|
|
pkgname=s3fs-fuse
|
|
version=1.85
|
|
revision=1
|
|
build_style=gnu-configure
|
|
configure_args="--with-openssl ac_cv_file__git=no"
|
|
hostmakedepends="automake libtool pkg-config"
|
|
makedepends="fuse-devel libcurl-devel libxml2-devel"
|
|
short_desc="FUSE-based file system backed by Amazon S3"
|
|
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="https://github.com/s3fs-fuse/s3fs-fuse/wiki"
|
|
distfiles="https://github.com/s3fs-fuse/s3fs-fuse/archive/v${version}.tar.gz"
|
|
checksum=c4b48c0aba6565b9531c251d42a6a475a7e845909a3017b61d9c945b15cc008f
|
|
|
|
pre_configure() {
|
|
NOCONFIGURE=1 ./autogen.sh
|
|
}
|