void-packages/srcpkgs/fuse-sshfs/template

20 lines
606 B
Bash
Raw Normal View History

# Template file for 'fuse-sshfs'
pkgname=fuse-sshfs
2016-03-02 06:08:49 +01:00
version=2.7
2016-02-12 11:29:40 +01:00
revision=1
2016-03-02 06:08:49 +01:00
wrksrc="sshfs-${version}"
build_style=gnu-configure
hostmakedepends="automake pkg-config"
2015-06-13 11:26:29 +02:00
makedepends="libglib-devel fuse-devel"
depends="openssh"
short_desc="FUSE client based on the SSH File Transfer Protocol"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="GPL-2"
homepage="https://github.com/libfuse/sshfs"
2016-03-02 06:08:49 +01:00
distfiles="https://github.com/libfuse/sshfs/releases/download/sshfs-${version}/sshfs-${version}.tar.gz"
checksum=ce5f9d390934fc88c287dd937a39d15c2b40cbea6967ba24ad93ed90e0027128
pre_configure() {
autoreconf -fi
}