17 lines
564 B
Bash
17 lines
564 B
Bash
# Template file for 'SPIRV-Headers'
|
|
pkgname=SPIRV-Headers
|
|
reverts="1.5.4.raytracing.fixed_1 1.5.3_2 1.5.3_1 1.5.1_1 1.4.1_1"
|
|
version=1.3.290.0
|
|
revision=1
|
|
build_style=cmake
|
|
short_desc="Machine-readable files for the SPIR-V Registry"
|
|
maintainer="Daniel Martinez <danielmartinez@cock.li>"
|
|
license="MIT"
|
|
homepage="https://github.com/KhronosGroup/SPIRV-Headers"
|
|
distfiles="https://github.com/KhronosGroup/SPIRV-Headers/archive/vulkan-sdk-${version}.tar.gz"
|
|
checksum=1b9ff8a33e07814671dee61fe246c67ccbcfc9be6581f229e251784499700e24
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|