15 lines
425 B
Bash
15 lines
425 B
Bash
# Template file for 'cglm'
|
|
pkgname=cglm
|
|
version=0.8.3
|
|
revision=1
|
|
build_style=cmake
|
|
short_desc="Highly Optimized Graphics Math (glm) for C"
|
|
maintainer="Nicu Borta <nicuborta123@tutanota.com>"
|
|
license="MIT"
|
|
homepage="https://github.com/recp/cglm"
|
|
distfiles="https://github.com/recp/cglm/archive/v${version}.tar.gz"
|
|
checksum=3a3f935f9f2ed5a8cb6337e421bf6f3a699a72d8cfe26fde1bbb8fde5c1c8aaf
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|