aboutsummaryrefslogtreecommitdiff
path: root/srcpkgs/go-mtpfs/template
blob: aa07ad5e1e36004c369160a208d7b7c7fb0b1dbc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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
}