# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

PortSystem          1.0
PortGroup           github 1.0
PortGroup           cmake 1.1

github.setup        KhronosGroup SPIRV-Headers 1.4.350.1 vulkan-sdk-
github.tarball_from archive
name                spirv-headers
revision            0

categories          graphics devel
license             Apache-2
platforms           any
supported_archs     noarch
maintainers         {judaew @judaew} openmaintainer

description         SPIR-V Headers
long_description    {*}${description}
homepage            https://vulkan.lunarg.com

checksums           rmd160  afa9c7a603596c091f16fff1667676237207757e \
                    sha256  9e6d5c78878172d2b810e97f3a74ecbbb14b4ad52b07384ce915fbbeb226d610 \
                    size    565391

cmake.build_type    Release
