Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions srcpkgs/VulkanMemoryAllocator-doc
26 changes: 26 additions & 0 deletions srcpkgs/VulkanMemoryAllocator/template
Original file line number Diff line number Diff line change
@@ -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 <roger_freitas@live.com>"
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
}
}