e709f28787
Fixes #4240
18 lines
497 B
Bash
18 lines
497 B
Bash
# Template file for 'glm'
|
|
pkgname=glm
|
|
version=0.9.7.5
|
|
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=f39a908c6519e70ea1e91a8732e69aed84d28c46bc01cc3dedf71ca88b06716f
|
|
wrksrc=${pkgname}
|
|
|
|
post_install() {
|
|
vlicense copying.txt
|
|
}
|