dev-libs/sirit: no revdep

Signed-off-by: Samuel Bauer <samuel.bauer@yahoo.fr>
This commit is contained in:
Samuel Bauer
2025-02-14 07:37:18 +01:00
parent b36b78aaf2
commit dd91a08977
3 changed files with 0 additions and 42 deletions

View File

@@ -1,30 +0,0 @@
# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit cmake vcs-snapshot
DESCRIPTION="A runtime SPIR-V assembler"
HOMEPAGE="https://github.com/ReinUsesLisp/sirit"
SRC_URI="https://github.com/ReinUsesLisp/sirit/archive/aa292d56650bc28f2b2d75973fab2e61d0136f9c.tar.gz -> ${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64"
DEPEND="dev-util/spirv-headers"
RDEPEND="${DEPEND}"
src_configure() {
local mycmakeargs=(
-DSIRIT_USE_SYSTEM_SPIRV_HEADERS=ON
)
cmake_src_configure
}
src_install() {
dodoc LICENSE.txt README.md
dolib.so "${BUILD_DIR}/src/libsirit.so"
doheader -r include/sirit
}