1
0
forked from rosa/hakurei
Files
hakurei/internal/rosa/package/glslang.az
T
2026-07-15 14:31:45 +09:00

32 lines
566 B
Go

package glslang {
description = "reference front end for GLSL/ESSL";
website = "https://github.com/KhronosGroup/glslang";
anitya = 205796;
version# = "16.4.0";
source = remoteGitHub {
suffix = "KhronosGroup/glslang";
tag = version;
checksum = "u67ps8Fv_75QDiusvKjzgttPPPxb5V7HsObb0q6OvqQfHh0UGN2_x8Y0RKb9JEie";
};
// test suite writes to source
writable = true;
chmod = true;
exec = cmake {
cache = {
"BUILD_SHARED_LIBS": "ON";
"ALLOW_EXTERNAL_SPIRV_TOOLS": "ON";
};
};
inputs = [
python,
bash,
diffutils,
spirv-tools,
];
}