# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 LIBRETRO_COMMIT_SHA="06c23c482ac189900d5cf2961cc8e0d2d5e56059" 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 }