glm: update to 0.9.9.6

This commit is contained in:
Nathan Owens 2019-11-10 13:45:22 -06:00 committed by Helmut Pozimski
parent 081f39916f
commit e889308fad

View file

@ -1,6 +1,6 @@
# Template file for 'glm'
pkgname=glm
version=0.9.9.5
version=0.9.9.6
revision=1
archs=noarch
wrksrc=glm
@ -12,7 +12,19 @@ maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="http://glm.g-truc.net"
distfiles="https://github.com/g-truc/glm/releases/download/${version}/glm-${version}.zip"
checksum=4fe34860ce69156f63eea6c3d84c91cadfc330353cf275ff394aef4e163cafee
checksum=9db7339c3b8766184419cfe7942d668fecabe9013ccfec8136b39e11718817d0
# No longer has install target
# Install manually
do_install() {
local i
vmkdir usr/include
for i in glm ; do
vcopy $i usr/include
done
vmkdir usr/lib
vcopy build/glm/libglm_* usr/lib
}
post_install() {
local f