logo

overlay

My own overlay for experimentations, use with caution, no support is provided git clone https://hacktivis.me/git/overlay.git
commit: 5b7e77593b3955fabf71c31b3dc266e94e594c8e
parent 616bb9fad3f3f9138d33ad5d532cc9e54ef7e685
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Sat,  6 Feb 2021 13:53:52 +0100

media-libs/cglm: New Package

Diffstat:

Amedia-libs/cglm/Manifest1+
Amedia-libs/cglm/cglm-0.7.9.ebuild19+++++++++++++++++++
2 files changed, 20 insertions(+), 0 deletions(-)

diff --git a/media-libs/cglm/Manifest b/media-libs/cglm/Manifest @@ -0,0 +1 @@ +DIST cglm-0.7.9.tar.gz 227949 BLAKE2B 97c5c569072205d86b0c0393c574e57609a5235eb4d17c50a6f568e02026e4c03d4575ab4dc3fe9b75713da587c76f32c9731a58472f102ddadea9708668a3c7 SHA512 c35748c317c36ca077b8cea96329bd141b5efdad2b2939d58f398628166813138ed9bcb2d061db1d8efa6d11cc4ffbd426dae0654c004d19a13637c2f36e3134 diff --git a/media-libs/cglm/cglm-0.7.9.ebuild b/media-libs/cglm/cglm-0.7.9.ebuild @@ -0,0 +1,19 @@ +# Copyright 2021 Haelwenn (lanodan) Monnier <contact@hacktivis.me> +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit autotools + +DESCRIPTION="OpenGL Mathematics (glm) for C" +HOMEPAGE="https://github.com/recp/cglm" +SRC_URI="https://github.com/recp/cglm/archive/v${PV}.tar.gz -> ${P}.tar.gz" +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +src_prepare() { + default + eautoreconf +}