# Template file for 'glm'
pkgname=glm
version=1.0.3
revision=1
build_style=cmake
hostmakedepends="unzip"
short_desc="C++ mathematics library for graphics programming"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="http://glm.g-truc.net"
distfiles="https://github.com/g-truc/glm/releases/download/${version}/glm-${version}-light.zip"
distfiles="https://github.com/g-truc/glm/archive/refs/tags/${version}.tar.gz"
checksum=6775e47231a446fd086d660ecc18bcd076531cfedd912fbd66e576b118607001

post_install() {
	vlicense copying.txt LICENSE
}
