Skip to content

Commit 421b529

Browse files
committed
dev-util/spirv-cross: new package, add 20230817
Related #183 Signed-off-by: Andrew Udvare <[email protected]>
1 parent 4523c8b commit 421b529

File tree

3 files changed

+31
-0
lines changed

3 files changed

+31
-0
lines changed

dev-util/spirv-cross/Manifest

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
DIST spirv-cross-633dc30.tar.gz 1750825 BLAKE2B bab2606b690d0a3e46c495cb570543fab2927a32d3c3c5c69d44c2f44a221b96e08fdf7df400122f9a5aba79bb6130dc04d9cd12009b8ef6688739fc03c67863 SHA512 791d710ca4f8914656205d5ab28ae9ba67e1450db897ddbc5f877c64683e45650a0e57ceb16ca03fb75b1cec01b481489c7a605dd333a5426e900a6f0cef68e0
2+
EBUILD spirv-cross-20230817.ebuild 466 BLAKE2B bc947c6587b0b6782333e347c146c0d2aee2e105e5fcd2ffa6bed0a98be538fbea84340bac74db5d05ae5aea98e4bd42dd00b1d2b8dcfdcfa262c97e55baa956 SHA512 7f9f339f11fabae4e020bbb246649306a51c4eb8d2ccdc2bea666c08d476b104aea204b189a64996cf7cea8c351b79f588a28d5eb2cd2c5f1d507e684c1bcf48
3+
MISC metadata.xml 335 BLAKE2B 3314059c3d7497c8f3a574c7904883fb057790b263d3983c54a59b929e3644922702132682ef0b694e0fc5eae21d071e847a829276c359f1de53696f3da60973 SHA512 66f49133582e715576213d6f5992e6140740340d2630b75e487cf44b20b4dc0727d1210e871090cc3aed2800975be5e71edf3777c9c02d41d85b84a3d21d4407

dev-util/spirv-cross/metadata.xml

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
3+
<pkgmetadata>
4+
<maintainer type="person">
5+
<email>[email protected]</email>
6+
<name>Andrew Udvare</name>
7+
</maintainer>
8+
<upstream>
9+
<remote-id type="github">KhronosGroup/SPIRV-Cross</remote-id>
10+
</upstream>
11+
</pkgmetadata>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Copyright 2023 Gentoo Authors
2+
# Distributed under the terms of the GNU General Public License v2
3+
4+
EAPI=8
5+
6+
inherit cmake
7+
8+
DESCRIPTION="Tool for performing reflection on SPIR-V."
9+
HOMEPAGE="https://github.com/KhronosGroup/SPIRV-Cross"
10+
SHA="633dc301350952a9a895c8db42eed371ea969a64"
11+
SRC_URI="https://github.com/KhronosGroup/SPIRV-Cross/archive/${SHA}.tar.gz -> ${PN}-${SHA:0:7}.tar.gz"
12+
13+
LICENSE="Apache-2"
14+
SLOT="0"
15+
KEYWORDS="~amd64"
16+
17+
S="${WORKDIR}/SPIRV-Cross-${SHA}"

0 commit comments

Comments
 (0)