go-mtpfs: depend on fuse

Uses fusermount from the 'fuse' package to mount MTP devices.
This commit is contained in:
Krul Ceter 2023-01-19 06:25:52 +03:00 committed by classabbyamp
parent 43652c480c
commit 3aa1fd6d36

View file

@ -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"