From e384d7de81ee2245f2d06131d432110362d1715a Mon Sep 17 00:00:00 2001 From: Krul Ceter Date: Thu, 19 Jan 2023 06:25:52 +0300 Subject: [PATCH] go-mtpfs: depend on fuse Uses fusermount from the 'fuse' package to mount MTP devices. --- srcpkgs/go-mtpfs/template | 1 + 1 file changed, 1 insertion(+) diff --git a/srcpkgs/go-mtpfs/template b/srcpkgs/go-mtpfs/template index aa07ad5e1e36..1843ec34f8ec 100644 --- a/srcpkgs/go-mtpfs/template +++ b/srcpkgs/go-mtpfs/template @@ -6,6 +6,7 @@ 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 " license="BSD-3-Clause"