void-packages/srcpkgs/SPIRV-Headers/template
Lugubris d78cb0d201 Drop maintainership of orphaned packages
some packages were dropped but their maintainer= was not updated in template.
this will help new maintainers adopt these packages.

-> https://github.com/void-linux/void-packages/pull/13930#issuecomment-524610652
2019-08-25 21:16:43 +02:00

16 lines
499 B
Bash

# Template file for 'SPIRV-Headers'
pkgname=SPIRV-Headers
version=1.4.1
revision=1
archs=noarch
build_style=cmake
short_desc="Machine-readable files for the SPIR-V Registry"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-3.0-or-later"
homepage="https://github.com/KhronosGroup/SPIRV-Headers"
distfiles="https://github.com/KhronosGroup/SPIRV-Headers/archive/${version}.tar.gz"
checksum=a244f0629f75eb450e090cd773d30e22367cb231e964c7492588eb9000201fd1
post_install() {
vlicense LICENSE
}