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