void-packages/srcpkgs/glm/template
2016-11-12 15:52:23 +00:00

18 lines
497 B
Bash

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