commit: 40ffc324cd77c32609f4a6ba0d0e1222cfb4d318
parent 73164ef23a291c60513728c115e72ca7aa77cc41
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Tue, 18 Apr 2023 13:04:11 +0200
dev-hare/madeline: new package, add 9999
Diffstat:
1 file changed, 24 insertions(+), 0 deletions(-)
diff --git a/dev-hare/madeline/madeline-9999.ebuild b/dev-hare/madeline/madeline-9999.ebuild
@@ -0,0 +1,24 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit git-r3
+
+DESCRIPTION="tiny readline-alike with some batteries included"
+HOMEPAGE="https://git.d2evs.net/~ecs/madeline/"
+EGIT_REPO_URI="https://git.d2evs.net/~ecs/madeline/"
+LICENSE="WTFPL-2"
+SLOT="0"
+
+DEPEND="dev-lang/hare"
+RDEPEND="${DEPEND}"
+
+DOCS=( README example.ha )
+
+src_install() {
+ einstalldocs
+ # No Makefile present
+ insinto "${EROOT}/usr/src/hare/third-party/"
+ doins -r graph made
+}