From 0d650c59f0b6e904074852c9c82dad2a3dd6c922 Mon Sep 17 00:00:00 2001 From: Alfredo Tupone Date: Wed, 20 Nov 2024 20:33:12 +0100 Subject: dev-ml/swhid_core: new package, add 0.1 Signed-off-by: Alfredo Tupone --- dev-ml/swhid_core/Manifest | 1 + dev-ml/swhid_core/metadata.xml | 15 +++++++++++++++ dev-ml/swhid_core/swhid_core-0.1.ebuild | 16 ++++++++++++++++ 3 files changed, 32 insertions(+) create mode 100644 dev-ml/swhid_core/Manifest create mode 100644 dev-ml/swhid_core/metadata.xml create mode 100644 dev-ml/swhid_core/swhid_core-0.1.ebuild diff --git a/dev-ml/swhid_core/Manifest b/dev-ml/swhid_core/Manifest new file mode 100644 index 000000000000..7718d6ed2fcb --- /dev/null +++ b/dev-ml/swhid_core/Manifest @@ -0,0 +1 @@ +DIST swhid_core-0.1.tar.gz 46118 BLAKE2B 3594b9cd8c71bf4fa9f05e63a45d17af7c3c0d7e6339c357c0f79a7e2a6b558b068478038de9ef4b370c5935489a1ad9f21824a56f0e971a0a1e0a00412368e1 SHA512 ec72cc946c662dc8230f4ef8c85bb41df56c3f46bc49276feca434199cd482f11901be902fc5c243244866d4a167474f18245f83ad0b0cf46eb35406ad1f1b5c diff --git a/dev-ml/swhid_core/metadata.xml b/dev-ml/swhid_core/metadata.xml new file mode 100644 index 000000000000..3589884a9014 --- /dev/null +++ b/dev-ml/swhid_core/metadata.xml @@ -0,0 +1,15 @@ + + + + + ml@gentoo.org + ML + + + swhid_core is an OCaml library to with with Software Heritage + persistent identifiers (swhids). + + + ocamlpro/swhid_core + + diff --git a/dev-ml/swhid_core/swhid_core-0.1.ebuild b/dev-ml/swhid_core/swhid_core-0.1.ebuild new file mode 100644 index 000000000000..8be4a78a1895 --- /dev/null +++ b/dev-ml/swhid_core/swhid_core-0.1.ebuild @@ -0,0 +1,16 @@ +# Copyright 2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +inherit dune + +DESCRIPTION="OCaml library to work with swhids" +HOMEPAGE="https://github.com/ocamlpro/swhid_core" +SRC_URI="https://github.com/OCamlPro/${PN}/archive/refs/tags/${PV}.tar.gz + -> ${P}.tar.gz" + +LICENSE="ISC" +SLOT="0" +KEYWORDS="~amd64" + +IUSE="+ocamlopt" -- cgit v1.2.3-65-gdbad