18 lines
552 B
Bash
18 lines
552 B
Bash
# Template file for 'SPIRV-Headers'
|
|
pkgname=SPIRV-Headers
|
|
version=1.3
|
|
revision=1
|
|
noarch=yes
|
|
build_style=cmake
|
|
wrksrc="${pkgname,,}-${version}"
|
|
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"
|
|
distfiles="http://http.debian.net/debian/pool/main/s/spirv-headers/spirv-headers_${version}.orig.tar.gz"
|
|
checksum=5c24fbd14773245dba0c541617513e7a4372b7cec902688697177e80a8dd52af
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|