# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 LIBRETRO_COMMIT_SHA="3acffa41f215adcaa4b675055dbb4c8b19ccb74c" inherit libretro DESCRIPTION="RetroArch Assets files" HOMEPAGE="https://github.com/libretro/retroarch-assets" KEYWORDS="amd64 x86" LICENSE="GPL-3" SLOT="0" RDEPEND="" DEPEND="${RDEPEND}" src_install() { dodir "${RETROARCH_DATA_DIR}"/assets cp -R "${S}"/* "${D}${RETROARCH_DATA_DIR}"/assets }