void-packages/srcpkgs/glm/template
2017-01-25 16:52:46 +00:00

18 lines
497 B
Bash

# Template file for 'glm'
pkgname=glm
version=0.9.8.4
revision=1
noarch=yes
build_style=cmake
hostmakedepends="unzip"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="MIT"
short_desc="A C++ mathematics library for graphics programming"
homepage="http://glm.g-truc.net"
distfiles="https://github.com/g-truc/glm/releases/download/${version}/glm-${version}.zip"
checksum=a9b7f544b6d03739f22261da9f294638dd4671d466fe3860c7262cd037752cb1
wrksrc=${pkgname}
post_install() {
vlicense copying.txt
}