New package: glslang-6.2.2596
This commit is contained in:
parent
2d2866c2c3
commit
39b895c7f0
|
@ -0,0 +1 @@
|
|||
glslang
|
|
@ -0,0 +1,21 @@
|
|||
# Template file for 'glslang'
|
||||
pkgname=glslang
|
||||
version=6.2.2596
|
||||
revision=1
|
||||
build_style=cmake
|
||||
hostmakedepends="python bison"
|
||||
short_desc="Khronos reference front-end for GLSL, ESSL, and sample SPIR-V generator"
|
||||
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=fce7ec22e66043fb59e4a3c369445ea8c57f2631a04b6a0015f19a7bc954567e
|
||||
|
||||
glslang-devel_package() {
|
||||
depends="glslang-${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove "usr/lib/*.a"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue