# -*- 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        GPUOpen-LibrariesAndSDKs VulkanMemoryAllocator 3.4.0 v
github.tarball_from archive
name                vulkan-memory-allocator
revision            0

categories          graphics
license             MIT
platforms           any
supported_archs     noarch
maintainers         {@herby-gillot gmail.com:herby.gillot} openmaintainer

description         Easy to integrate Vulkan memory allocation library
long_description    {*}${description}. Provides a single header C/C++ library \
                    that helps with memory allocation for the Vulkan API.

checksums           rmd160  a0a71cfd21ca452421bcd2039c845b81e698b12e \
                    sha256  822aa850c6ce77346ae96a8a1d351d52e77e85929f35363849a0a4e638e0a2a1 \
                    size    1002168

cmake.build_type    Release

depends_build-append \
                    port:vulkan-headers
