sys-fs/jmtpfs - 0.5 (gentoo-zh)

Search

Package Information

Description:
A FUSE and libmtp based filesystem for accessing MTP devices.
Homepage:
http://research.jacquette.com/jmtpfs-exchanging-files-between-android-devices-and-linux
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
0.5 7 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

DESCRIPTION="A FUSE and libmtp based filesystem for accessing MTP devices."
HOMEPAGE="http://research.jacquette.com/jmtpfs-exchanging-files-between-android-devices-and-linux"
SRC_URI="https://github.com/JasonFerrara/jmtpfs/archive/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"

DEPEND="sys-fs/fuse
	media-libs/libmtp"
RDEPEND="${DEPEND}"

pkg_postinst() {
	einfo "To mount your MTP device, issue:"
	einfo "    /usr/bin/jmtpfs <mountpoint>"
	echo
	einfo "To unmount your MTP device, issue:"
	einfo "    /usr/bin/fusermount -u <mountpoint>"
}

Dependencies

DEPEND

sys-fs/fuse
	media-libs/libmtp

RDEPEND

sys-fs/fuse
	media-libs/libmtp

Manifest for 0.5

Type File Size Source URLs
DIST jmtpfs-0.5.tar.gz 142914 bytes https://github.com/JasonFerrara/jmtpfs/archive/v0.5.tar.gz