19 lines
497 B
Bash
19 lines
497 B
Bash
# Template file for 'glm'
|
|
pkgname=glm
|
|
version=0.9.8.0
|
|
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=ce084bb133639e83eb94358ce52c28694c551501c2c778373c29612bb5e5dda8
|
|
wrksrc=${pkgname}
|
|
|
|
post_install() {
|
|
vlicense copying.txt
|
|
}
|