void-packages/srcpkgs/go-mtpfs/template
2020-08-24 11:50:24 +02:00

19 lines
527 B
Bash

# Template file for 'go-mtpfs'
pkgname=go-mtpfs
version=1.0.0
revision=1
build_style=go
go_import_path=github.com/hanwen/go-mtpfs
hostmakedepends="pkg-config"
makedepends="libusb-devel"
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
}