diff options
| -rw-r--r-- | dev-hare/lettuce/lettuce-9999.ebuild | 15 | ||||
| -rw-r--r-- | readme.org | 7 |
2 files changed, 21 insertions, 1 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}" @@ -29,10 +29,15 @@ that lets you annotate and upload your screenshots from niri (source [[https://codeberg.org/whenthesilly/niri-screenshot-tools][here]])! beware it's a live ebuild so you have to unmask it in your system portage config -* bunnytask +* hare stuff + +** bunnytask install =app-text/bunnytask= for the cool and skrunkly TODO.TXT task manager made by my beautiful wife :D (it's live, pls unmask) +** lettuce +install =dev-hare/lettuce= for my hare utilities library + * games ** vintage story |
