void-packages/srcpkgs/fuse-sshfs/template
2017-04-18 06:42:27 +02:00

19 lines
606 B
Bash

# Template file for 'fuse-sshfs'
pkgname=fuse-sshfs
version=2.9
revision=1
wrksrc="sshfs-${version}"
build_style=gnu-configure
hostmakedepends="automake pkg-config"
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"
distfiles="https://github.com/libfuse/sshfs/releases/download/sshfs-${version}/sshfs-${version}.tar.gz"
checksum=46d1e1287ce97255fcb50010355184d8c5585329f73ab1e755217419a8e6e5de
pre_configure() {
autoreconf -fi
}