go-mtpfs: depend on fuse
Uses fusermount from the 'fuse' package to mount MTP devices.
This commit is contained in:
parent
43652c480c
commit
3aa1fd6d36
@ -1,11 +1,12 @@
|
|||||||
# Template file for 'go-mtpfs'
|
# Template file for 'go-mtpfs'
|
||||||
pkgname=go-mtpfs
|
pkgname=go-mtpfs
|
||||||
version=1.0.0
|
version=1.0.0
|
||||||
revision=1
|
revision=2
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path=github.com/hanwen/go-mtpfs
|
go_import_path=github.com/hanwen/go-mtpfs
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="libusb-devel"
|
makedepends="libusb-devel"
|
||||||
|
depends="fuse"
|
||||||
short_desc="Mount MTP devices over FUSE"
|
short_desc="Mount MTP devices over FUSE"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user