diff options
| author | winter Sparkles | 2026-08-23 13:34:15 +0100 |
|---|---|---|
| committer | winter Sparkles | 2026-08-23 13:34:15 +0100 |
| commit | c7ff6e719b27308c5f479a0f71d2e350c992155e (patch) | |
| tree | bf111ebecb387b0d56690a623e86e962ebb878df | |
| parent | 5f8befb38f89180f3c314496947ef8e75489f9eb (diff) | |
add bunnytask
| -rw-r--r-- | app-text/bunnytask/bunnytask-9999.ebuild | 22 | ||||
| -rw-r--r-- | readme.org | 4 |
2 files changed, 26 insertions, 0 deletions
diff --git a/app-text/bunnytask/bunnytask-9999.ebuild b/app-text/bunnytask/bunnytask-9999.ebuild new file mode 100644 index 0000000..33ca736 --- /dev/null +++ b/app-text/bunnytask/bunnytask-9999.ebuild @@ -0,0 +1,22 @@ +# Copyright 2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit git-r3 + +DESCRIPTION="Shrimple TODO.TXT manager written in Hare" +HOMEPAGE="https://git.xn--80andq.net/autumn/bunnytask/about/" +EGIT_REPO_URI="https://git.xn--80andq.net/autumn/bunnytask/" + +LICENSE="" +SLOT="0" +KEYWORDS="" + +BDEPEND=" + dev-lang/hare +" + +src_install() { + emake PREFIX="${D}" install +} @@ -29,6 +29,10 @@ 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 +install =app-text/bunnytask= for the cool and skrunkly TODO.TXT task +manager made by my beautiful wife :D (it's live, pls unmask) + * games ** vintage story |
