# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 LIBRETRO_COMMIT_SHA="5a9a7e9b26d7e3ec0c6abb5024b074bc5846dc6d" inherit libretro DESCRIPTION="RetroArch joypad autoconfig files" HOMEPAGE="https://github.com/libretro/retroarch-joypad-autoconfig" KEYWORDS="~amd64 ~x86" LICENSE="GPL-3" SLOT="0" RDEPEND="virtual/udev" DEPEND="${RDEPEND}" src_install() { insinto "${RETROARCH_DATA_DIR}"/autoconfig doins "${S}"/udev/*.cfg }