void-packages/srcpkgs/cglm/template

16 lines
425 B
Bash

# Template file for 'cglm'
pkgname=cglm
version=0.8.7
revision=1
build_style=meson
short_desc="Highly Optimized Graphics Math (glm) for C"
maintainer="Nicu Borta <nicuborta123@tutanota.com>"
license="MIT"
homepage="https://github.com/recp/cglm"
distfiles="https://github.com/recp/cglm/archive/v${version}.tar.gz"
checksum=c7022e3e8973cdd96393c251e08e4f136f327d11f64b4c63cf6ea69bf0c0963f
post_install() {
vlicense LICENSE
}