remove ia64 keywords
[gentoo-zh.git] / sys-fs / jmtpfs / jmtpfs-0.5.ebuild
blobf49cf618856ea389e12688462360ee81724ab2e7
1 # Copyright 1999-2021 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
4 EAPI=7
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"
10 LICENSE="GPL-3"
11 SLOT="0"
12 KEYWORDS="~amd64 ~x86"
14 DEPEND="sys-fs/fuse
15 media-libs/libmtp"
16 RDEPEND="${DEPEND}"
18 pkg_postinst() {
19 einfo "To mount your MTP device, issue:"
20 einfo " /usr/bin/jmtpfs <mountpoint>"
21 echo
22 einfo "To unmount your MTP device, issue:"
23 einfo " /usr/bin/fusermount -u <mountpoint>"