glslang: update to 7.9.2888.
This commit is contained in:
parent
2861374a8d
commit
22453cf5bd
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'glslang'
|
||||
pkgname=glslang
|
||||
version=7.8.2853
|
||||
version=7.9.2888
|
||||
revision=1
|
||||
build_style=cmake
|
||||
configure_args="-DBUILD_SHARED_LIBS=ON"
|
||||
|
@ -10,7 +10,12 @@ maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
|||
license="BSD-3-Clause"
|
||||
homepage="https://github.com/KhronosGroup/glslang"
|
||||
distfiles="https://github.com/KhronosGroup/glslang/archive/${version}.tar.gz"
|
||||
checksum=73caaa3c584ca32acf356084b8f6ab558c9c9a357c8883a25da1077c276559d3
|
||||
checksum=cb66779d0e6b5f07f0445bd58289a24e56e12693e71d75c8fae3db31ffacaf8c
|
||||
|
||||
post_install() {
|
||||
sed -n '2,32p' < glslang/GenericCodeGen/CodeGen.cpp > LICENSE
|
||||
vlicense LICENSE
|
||||
}
|
||||
|
||||
glslang-devel_package() {
|
||||
depends="glslang-${version}_${revision}"
|
||||
|
|
Loading…
Reference in New Issue