void-packages/srcpkgs/simple-mtpfs/template
2019-12-25 15:14:37 +01:00

19 lines
623 B
Bash

# Template file for 'simple-mtpfs'
pkgname=simple-mtpfs
version=0.3.0
revision=3
wrksrc="${pkgname}-${pkgname}-${version}"
build_style=gnu-configure
hostmakedepends="pkg-config automake"
makedepends="fuse-devel libmtp-devel"
short_desc="FUSE filesystem that supports reading/writing from MTP devices"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="GPL-2.0-or-later"
homepage="https://github.com/phatina/simple-mtpfs/"
distfiles="https://github.com/phatina/simple-mtpfs/archive/${pkgname}-${version}.tar.gz"
checksum=5556cae4414254b071d79ce656cce866b42fd7ba40ce480abfc3ba4e357cd491
pre_configure() {
./autogen.sh
}