New package: glslang-6.2.2596

This commit is contained in:
maxice8 2018-08-04 09:02:42 -03:00
parent 2d2866c2c3
commit 39b895c7f0
2 changed files with 22 additions and 0 deletions

1
srcpkgs/glslang-devel Symbolic link
View File

@ -0,0 +1 @@
glslang

21
srcpkgs/glslang/template Normal file
View File

@ -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"
}
}