void-packages/srcpkgs/glm/template
2016-11-01 21:45:11 +01:00

18 lines
497 B
Bash

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