void-packages/srcpkgs/SPIRV-Headers/template

18 lines
584 B
Bash
Raw Normal View History

2018-08-04 20:12:54 +02:00
# Template file for 'SPIRV-Headers'
pkgname=SPIRV-Headers
2019-03-13 21:17:07 +01:00
reverts="1.3.37_1 1.3.44_1 1.3.47_1 1.3.51_1 1.3.60_1 1.3.65_1 1.3.70_1 1.3.74_1"
version=1.3.7
2018-08-04 20:12:54 +02:00
revision=1
archs=noarch
2018-10-31 19:38:20 +01:00
build_style=cmake
2018-08-04 20:12:54 +02:00
short_desc="Machine-readable files for the SPIR-V Registry"
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
license="GPL-3.0-or-later"
homepage="https://github.com/KhronosGroup/SPIRV-Headers"
2019-03-13 21:17:07 +01:00
distfiles="https://github.com/KhronosGroup/SPIRV-Headers/archive/${version}.tar.gz"
checksum=60c48b0bd0c364a69edd36ddf576a6b440babc99d9822961accbbcbc5794dd7e
2018-08-04 20:12:54 +02:00
post_install() {
vlicense LICENSE
}