commit: 5e1dc0e386783f4bd46e57a9aed04b9831991af8
parent a658aa60a83963cff8703e11c889a273873b5279
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Mon, 6 Feb 2023 19:19:21 +0100
dev-erlang/tdiff: new package, add 0.1.2
Diffstat:
2 files changed, 17 insertions(+), 0 deletions(-)
diff --git a/dev-erlang/tdiff/Manifest b/dev-erlang/tdiff/Manifest
@@ -0,0 +1 @@
+DIST tdiff-0.1.2.tar.gz 21101 BLAKE2B 18fe5a81664f7bf4c4f30f88aebcdd7fc5e6fd35e407ead7f4d4e419ae25a009773557954a7f816e054b78b5e3fddb40ebde70b7e871381c7aaa61ffb0aa08be SHA512 06dd7cc7f0785cff621927ab15d763ab931aacfa53329e4761bead43c4375abf5b44350edae656b7f1b3c6dd7b2ed8c944aef2d6484978056f52c50363933a0e
diff --git a/dev-erlang/tdiff/tdiff-0.1.2.ebuild b/dev-erlang/tdiff/tdiff-0.1.2.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit rebar3
+
+DESCRIPTION="Difference library"
+HOMEPAGE="https://github.com/tomas-abrahamsson/tdiff"
+SRC_URI="https://github.com/tomas-abrahamsson/tdiff/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="LGPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86"
+
+DOCS=( README.md )