diff options
| author | winter Sparkles | 2026-08-24 01:02:34 +0100 |
|---|---|---|
| committer | winter Sparkles | 2026-08-24 01:02:34 +0100 |
| commit | be4ff9143745cb182977ad1fba2eca5aa6688f63 (patch) | |
| tree | d3bc57604ecea38bd848c34fa494d64a378923f5 | |
| parent | c7ff6e719b27308c5f479a0f71d2e350c992155e (diff) | |
| -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 |
