void-packages/srcpkgs/cglm/template
Hans-J. Schmid 6565083976
cglm: update to 0.9.3
Closes: #49551 [via git-merge-pr]
2024-06-16 18:59:37 -04:00

15 lines
418 B
Bash

# Template file for 'cglm'
pkgname=cglm
version=0.9.3
revision=1
build_style=meson
short_desc="Highly Optimized Graphics Math (glm) for C"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://github.com/recp/cglm"
distfiles="https://github.com/recp/cglm/archive/v${version}.tar.gz"
checksum=4eda95e34f116c36203777f4fe770d64a3158b1450ea40364abb111cf4ba4773
post_install() {
vlicense LICENSE
}