aboutsummaryrefslogtreecommitdiff
path: root/app-text/bunnytask/bunnytask-9999.ebuild
diff options
context:
space:
mode:
authorwinter Sparkles2026-08-23 13:34:15 +0100
committerwinter Sparkles2026-08-23 13:34:15 +0100
commitc7ff6e719b27308c5f479a0f71d2e350c992155e (patch)
treebf111ebecb387b0d56690a623e86e962ebb878df /app-text/bunnytask/bunnytask-9999.ebuild
parent5f8befb38f89180f3c314496947ef8e75489f9eb (diff)
add bunnytask
Diffstat (limited to 'app-text/bunnytask/bunnytask-9999.ebuild')
-rw-r--r--app-text/bunnytask/bunnytask-9999.ebuild22
1 files changed, 22 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
+}