aboutsummaryrefslogtreecommitdiff
path: root/dev-hare
diff options
context:
space:
mode:
Diffstat (limited to 'dev-hare')
-rw-r--r--dev-hare/lettuce/lettuce-9999.ebuild15
1 files changed, 15 insertions, 0 deletions
diff --git a/dev-hare/lettuce/lettuce-9999.ebuild b/dev-hare/lettuce/lettuce-9999.ebuild
new file mode 100644
index 0000000..1abfc88
--- /dev/null
+++ b/dev-hare/lettuce/lettuce-9999.ebuild
@@ -0,0 +1,15 @@
+# Copyright 2026 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit git-r3
+
+DESCRIPTION="a collection of generally useful routines for hare programmes"
+HOMEPAGE="https://git.xn--80andq.net/winter/lettuce/about/"
+EGIT_REPO_URI="https://git.xn--80andq.net/winter/lettuce/"
+LICENSE=""
+SLOT="0"
+
+DEPEND="dev-lang/hare"
+RDEPEND="${DEPEND}"