From ecf0d2f69acc36db902c2372e213303605e11c3c Mon Sep 17 00:00:00 2001 From: Roger Freitas Pereira Date: Tue, 28 Jul 2026 21:52:29 -0300 Subject: [PATCH] New package: VulkanMemoryAllocator-3.4.0 --- srcpkgs/VulkanMemoryAllocator-doc | 1 + srcpkgs/VulkanMemoryAllocator/template | 26 ++++++++++++++++++++++++++ 2 files changed, 27 insertions(+) create mode 120000 srcpkgs/VulkanMemoryAllocator-doc create mode 100644 srcpkgs/VulkanMemoryAllocator/template diff --git a/srcpkgs/VulkanMemoryAllocator-doc b/srcpkgs/VulkanMemoryAllocator-doc new file mode 120000 index 00000000000000..331f07a33c6b5e --- /dev/null +++ b/srcpkgs/VulkanMemoryAllocator-doc @@ -0,0 +1 @@ +VulkanMemoryAllocator \ No newline at end of file diff --git a/srcpkgs/VulkanMemoryAllocator/template b/srcpkgs/VulkanMemoryAllocator/template new file mode 100644 index 00000000000000..8ae50ce3e69d7e --- /dev/null +++ b/srcpkgs/VulkanMemoryAllocator/template @@ -0,0 +1,26 @@ +# Template file for 'VulkanMemoryAllocator' +pkgname=VulkanMemoryAllocator +version=3.4.0 +revision=1 +build_style=cmake +configure_args="-DVMA_BUILD_DOCUMENTATION=ON" +hostmakedepends="doxygen" +depends="Vulkan-Headers" +short_desc="Vulkan memory allocation library" +maintainer="Rutpiv " +license="MIT" +homepage="https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator" +changelog="https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/blob/master/CHANGELOG.md" +distfiles="https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/archive/refs/tags/v${version}.tar.gz" +checksum=822aa850c6ce77346ae96a8a1d351d52e77e85929f35363849a0a4e638e0a2a1 + +post_install() { + vlicense LICENSE.txt +} + +VulkanMemoryAllocator-doc_package() { + short_desc+=" - documentation" + pkg_install() { + vmove usr/share/doc + } +}