15 lines
425 B
Bash
15 lines
425 B
Bash
# Template file for 'cglm'
|
|
pkgname=cglm
|
|
version=0.7.6
|
|
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=29ff8af4edc03697e36d3e6f99a80b884a80ee09d46055ce45765e5d6b2456d9
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|