void-packages/srcpkgs/cglm/template
Đoàn Trần Công Danh 13a02baea7 cglm: fix build flags
2021-04-03 10:13:08 +07:00

16 lines
441 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
patch_args=-Np1
post_install() {
vlicense LICENSE
}