void-packages/srcpkgs/cglm/template
2021-04-30 12:24:13 -03:00

16 lines
425 B
Bash

# Template file for 'cglm'
pkgname=cglm
version=0.8.2
revision=1
build_style=cmake
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=b578e3c9d3d93d83001e59c2f1e412043089f05684836f7ea570e9cb8f60df22
post_install() {
vlicense LICENSE
}