New package: s3fs-fuse-1.79
This commit is contained in:
parent
edf5d75ef6
commit
bbba180e5f
1 changed files with 17 additions and 0 deletions
17
srcpkgs/s3fs-fuse/template
Normal file
17
srcpkgs/s3fs-fuse/template
Normal file
|
@ -0,0 +1,17 @@
|
|||
# Template file for 's3fs-fuse'
|
||||
pkgname=s3fs-fuse
|
||||
version=1.79
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="automake libtool pkg-config"
|
||||
makedepends="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=61c179f958ce236c6612bf6ffc7bdb6478393ac6e5ec0b04788000fc9f9dbf66
|
||||
|
||||
pre_configure() {
|
||||
NOCONFIGURE=1 ./autogen.sh
|
||||
}
|
Loading…
Reference in a new issue