# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit udev DESCRIPTION="Comprehensive list of udev rules to connect to android devices" HOMEPAGE="https://github.com/M0Rf30/android-udev-rules" SRC_URI="https://github.com/M0Rf30/android-udev-rules/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND=" acct-group/adbusers virtual/udev " src_install() { udev_dorules 51-android.rules } pkg_postinst() { einfo "To be able to use android devices," einfo "add yourself to the 'adbusers' group by calling" einfo " usermod -a -G adbusers " }