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