void-packages/srcpkgs/SPIRV-Headers/template

26 lines
878 B
Bash

# Template file for 'SPIRV-Headers'
pkgname=SPIRV-Headers
version=1.3.60
revision=1
_githash=79b6681aadcb53c27d1052e5f8a0e82a981dbf2f
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=de2d156572153675729350745b886a8081284a7dc56fbd66c832e764183de47b
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