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 changed files with 2 additions and 1 deletions
|
@ -1,11 +1,12 @@
|
|||
# Template file for 'go-mtpfs'
|
||||
pkgname=go-mtpfs
|
||||
version=1.0.0
|
||||
revision=1
|
||||
revision=2
|
||||
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"
|
||||
|
|
Loading…
Add table
Reference in a new issue