15 lines
425 B
Bash
15 lines
425 B
Bash
# Template file for 'cglm'
|
|
pkgname=cglm
|
|
version=0.8.4
|
|
revision=1
|
|
build_style=meson
|
|
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=42f84c42c8a3e62954da77ab5c5d3264033d5802009e175db7921332a476126e
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|