void-packages/srcpkgs/go-mtpfs/template

20 lines
542 B
Bash

# Template file for 'go-mtpfs'
pkgname=go-mtpfs
version=1.0.0
revision=4
build_style=go
go_import_path=github.com/hanwen/go-mtpfs
hostmakedepends="pkg-config"
makedepends="libusb-devel"
depends="fuse"
short_desc="Mount MTP devices over FUSE"
maintainer="Orphaned <orphan@voidlinux.org>"
license="BSD-3-Clause"
homepage="https://github.com/hanwen/go-mtpfs"
distfiles="https://github.com/hanwen/go-mtpfs/archive/v${version}.tar.gz"
checksum=47060acf74c9f7a612f492c041c9463efb37eab4f9a74eca96686ed61bbbe7ec
post_install() {
vlicense LICENSE
}