19 lines
574 B
Bash
19 lines
574 B
Bash
# Template file for 'fuse-sshfs'
|
|
pkgname=fuse-sshfs
|
|
version=2.6
|
|
revision=1
|
|
wrksrc="sshfs-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="${homepage}/archive/sshfs_${version//./_}.tar.gz"
|
|
checksum=17e7a90600de7a48f80b006fd1a61177ca7859dd8bc2f5d1c29b6ad716cf2831
|
|
|
|
pre_configure() {
|
|
autoreconf -fi
|
|
}
|