vp-build/srcpkgs/fuse-sshfs/template

20 lines
606 B
Bash

# Template file for 'fuse-sshfs'
pkgname=fuse-sshfs
version=2.8
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=7f689174d02e6b7e2631306fda4fb8e6b4483102d1bce82b3cdafba33369ad22
pre_configure() {
autoreconf -fi
}