From dccf7d83a87a6ff6ff359a1b43092a232e3195b1 Mon Sep 17 00:00:00 2001 From: Nicu Borta Date: Mon, 20 Jul 2020 12:55:53 +0300 Subject: [PATCH] New package: cglm-0.7.6 --- common/shlibs | 1 + srcpkgs/cglm/template | 15 +++++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 srcpkgs/cglm/template diff --git a/common/shlibs b/common/shlibs index 42bb0996d24..a61dc557fbc 100644 --- a/common/shlibs +++ b/common/shlibs @@ -3979,3 +3979,4 @@ libtexluajit.so.2 texlive-LuaTeX-20200406_1 libtexlua53.so.5 texlive-LuaTeX-20200406_1 libptexenc.so.1 texlive-20200406_1 libdolphinvcs.so.5 dolphin-20.04.3_1 +libcglm.so.0 cglm-0.7.6_1 diff --git a/srcpkgs/cglm/template b/srcpkgs/cglm/template new file mode 100644 index 00000000000..f00a093edab --- /dev/null +++ b/srcpkgs/cglm/template @@ -0,0 +1,15 @@ +# 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 " +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 +}