# Compiling Time: 26.46 SBU
# Maintainer: DeX77 <dex77@frugalware.org>

pkgname=spirv-tools
pkgdesc="API and commands for processing SPIR-V modules"
pkgver=2021.2
pkgrel=1
archs=(x86_64)
groups=('apps')
depends=('python3')
_F_github_author=KhronosGroup
_F_github_tag_v=yes
_F_github_grepv="master-tot"
options=('static')
Finclude github cmake
makedepends+=('git')
sha1sums=('d5cb466155341b927db52b2f16710694c1716eaa')
_F_cd_path="SPIRV-Tools-$pkgver"

build() {
	Fcd
	export LANG=en_US.UTF-8
	Fexec git clone https://github.com/KhronosGroup/SPIRV-Headers.git external/spirv-headers || Fdie
	CMake_build	
}


# optimization OK
