void-packages/srcpkgs/s3fs-fuse/template
2017-05-14 08:31:03 +00:00

19 lines
639 B
Bash

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