1 # Copyright 1999-2021 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
6 DESCRIPTION
="A FUSE and libmtp based filesystem for accessing MTP devices."
7 HOMEPAGE
="http://research.jacquette.com/jmtpfs-exchanging-files-between-android-devices-and-linux"
8 SRC_URI
="https://github.com/JasonFerrara/jmtpfs/archive/v${PV}.tar.gz -> ${P}.tar.gz"
12 KEYWORDS
="~amd64 ~x86"
19 einfo
"To mount your MTP device, issue:"
20 einfo
" /usr/bin/jmtpfs <mountpoint>"
22 einfo
"To unmount your MTP device, issue:"
23 einfo
" /usr/bin/fusermount -u <mountpoint>"