25 lines
878 B
Bash
25 lines
878 B
Bash
# Template file for 'SPIRV-Headers'
|
|
pkgname=SPIRV-Headers
|
|
version=1.3.65
|
|
revision=1
|
|
_githash=8bea0a266ac9b718aa0818d9e3a47c0b77c2cb23
|
|
noarch=yes
|
|
wrksrc="${pkgname}-${_githash}"
|
|
build_style=cmake
|
|
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="https://github.com/KhronosGroup/SPIRV-Headers/archive/${_githash}.tar.gz"
|
|
checksum=a67f839a8968bbf6fb50b77f20a55e699797c349d59fa6328303cb00d1e65cbd
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|
|
|
|
# This package has no stable releases from upstream so we use the version
|
|
# of the standard followed by the number of commits taken from their GitHub
|
|
# since the standard was introduced
|
|
#
|
|
# for the current version 1.3 use:
|
|
# git rev-list --count 02ffc719aa9f9c1dce5ce05743fb1afe6cbf17ea..HEAD
|