blob: c819514c3161841754350fbc21a4df0214488bcb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
pkgbase = glslang-git
pkgdesc = OpenGL and OpenGL ES shader front end and validator, git version
pkgver = 13.0.0.r15.g323836e4
pkgrel = 1
url = https://github.com/KhronosGroup/glslang
arch = x86_64
arch = i686
license = BSD
makedepends = cmake
makedepends = git
makedepends = python
depends = gcc-libs
depends = spirv-tools>=2023.2
provides = glslang
conflicts = glslang
options = staticlibs
source = git+https://github.com/KhronosGroup/glslang.git
sha256sums = SKIP
pkgname = glslang-git
|