# Copyright 2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 inherit libretro DESCRIPTION="Collection of slang shaders for vulkan backends." HOMEPAGE="https://github.com/libretro/slang-shaders" KEYWORDS="" LICENSE="GPL-3" SLOT="0" RDEPEND="" DEPEND="${RDEPEND}" src_install() { dodir "${LIBRETRO_DATA_DIR}"/"${PN}" # Remove unnecessary git files [[ ! ${PV} == "1.0_pre"* ]] && rm -r .git cp -R "${S}"/* "${D}/${LIBRETRO_DATA_DIR}"/"${PN}"/ }