void-packages/srcpkgs/glslang/template
2018-08-13 21:42:09 -03:00

22 lines
691 B
Bash

# Template file for 'glslang'
pkgname=glslang
version=7.8.2853
revision=1
build_style=cmake
configure_args="-DBUILD_SHARED_LIBS=ON"
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=73caaa3c584ca32acf356084b8f6ab558c9c9a357c8883a25da1077c276559d3
glslang-devel_package() {
depends="glslang-${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove "usr/lib/*.a"
}
}