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