void-packages/srcpkgs/glm/template
2016-05-30 18:05:36 +02:00

19 lines
497 B
Bash

# Template file for 'glm'
pkgname=glm
version=0.9.7.5
revision=2
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=f39a908c6519e70ea1e91a8732e69aed84d28c46bc01cc3dedf71ca88b06716f
wrksrc=${pkgname}
post_install() {
vlicense copying.txt
}