dev-libs/cglm: new ebuild

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Oliver Freyermuth <o.freyermuth@googlemail.com>
This commit is contained in:
Oliver Freyermuth
2021-05-01 17:35:48 +02:00
parent 2ae821d16e
commit 5e0f19d8ba
4 changed files with 99 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>o.freyermuth@googlemail.com</email>
<name>Oliver Freyermuth</name>
</maintainer>
<upstream>
<bugs-to>https://github.com/recp/cglm/issues</bugs-to>
<changelog>https://github.com/recp/cglm/releases</changelog>
<remote-id type="github">recp/cglm</remote-id>
</upstream>
<longdescription lang="en">
cglm is an optimized 3D math library written in C99 (compatible with C89). It is similar to original glm library except this is mainly for C.
</longdescription>
</pkgmetadata>