# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 LIBRETRO_COMMIT_SHA="3bbea8f0f9770aad1c249adc16acb80c8ba714de" inherit libretro DESCRIPTION="Collection of overlay files for use with libretro frontends." HOMEPAGE="https://github.com/libretro/common-overlays" KEYWORDS="~amd64 ~x86 ~arm" LICENSE="GPL-3" SLOT="0" RDEPEND="" DEPEND="${RDEPEND}" src_install() { dodir "${LIBRETRO_DATA_DIR}"/overlays cp -R "${S}"/* "${D}${LIBRETRO_DATA_DIR}"/overlays }