void-packages/srcpkgs/glm/template
2016-07-18 08:04:32 +02:00

18 lines
497 B
Bash

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