# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 COMMIT_SHA="fd69de1a1b960ec296cc67d32257b0f9e2d89ac6" inherit cmake vcs-snapshot DESCRIPTION="3DS shader assembler and disassembler" HOMEPAGE="https://github.com/neobrain/nihstro" SRC_URI="https://github.com/neobrain/${PN}/archive/${COMMIT_SHA}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86" RDEPEND="dev-libs/boost:=" DEPEND="${RDEPEND}" PATCHES=( "${FILESDIR}/${PN}-boost.patch" "${FILESDIR}/${PN}-gcc-11.patch" ) src_install() { cmake_src_install insinto /usr/include doins -r include/* }