void-packages/srcpkgs/glm/template
2017-10-19 19:20:48 +02:00

19 lines
497 B
Bash

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