From 448603581ae86ea0f693e9f7e5bf68efa1b51712 Mon Sep 17 00:00:00 2001 From: Vlad Glagolev Date: Sun, 31 Jul 2022 04:29:25 +0000 Subject: grit-bin: new spell, multitree-based personal task manager --- ChangeLog | 3 +++ bin-utils/grit-bin/BUILD | 1 + bin-utils/grit-bin/DETAILS | 19 +++++++++++++++++++ bin-utils/grit-bin/HISTORY | 2 ++ bin-utils/grit-bin/INSTALL | 1 + 5 files changed, 26 insertions(+) create mode 100755 bin-utils/grit-bin/BUILD create mode 100755 bin-utils/grit-bin/DETAILS create mode 100644 bin-utils/grit-bin/HISTORY create mode 100755 bin-utils/grit-bin/INSTALL diff --git a/ChangeLog b/ChangeLog index 5ade6f8..7e78265 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +2022-07-30 Vlad Glagolev + * bin-utils/grit-bin: new spell, multitree-based personal task manager + 2022-07-25 Vlad Glagolev * bin-editors/onlyoffice-bin: new spell, office suite that combines text, spreadsheet and presentation editors diff --git a/bin-utils/grit-bin/BUILD b/bin-utils/grit-bin/BUILD new file mode 100755 index 0000000..27ba77d --- /dev/null +++ b/bin-utils/grit-bin/BUILD @@ -0,0 +1 @@ +true diff --git a/bin-utils/grit-bin/DETAILS b/bin-utils/grit-bin/DETAILS new file mode 100755 index 0000000..60ea59d --- /dev/null +++ b/bin-utils/grit-bin/DETAILS @@ -0,0 +1,19 @@ + SPELL=grit-bin + SPELLX=${SPELL/-bin/} + VERSION=0.3.0 + ARCH=amd64 + SOURCE=${SPELLX}_v${VERSION}_linux_${ARCH}.tar.gz + SOURCE_URL[0]=https://github.com/climech/${SPELLX}/releases/download/v${VERSION}/${SOURCE} + SOURCE_HASH=sha256:1ab30f2a54433533bc31e0adb350d36b6519a4a0def670c8520eaf9500011144:UPSTREAM_HASH +SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELLX}_v${VERSION}_linux_${ARCH}" + DOC_DIRS="" + WEB_SITE=https://github.com/climech/grit + LICENSE[0]=MIT + ENTERED=20220730 + KEYWORDS="" + SHORT="multitree-based personal task manager" +cat << EOF +Grit is an experimental personal task manager that represents tasks as nodes +of a multitree, a class of directed acyclic graphs. The structure enables the +subdivision of tasks, and supports short-term as well as long-term planning. +EOF diff --git a/bin-utils/grit-bin/HISTORY b/bin-utils/grit-bin/HISTORY new file mode 100644 index 0000000..8d1edeb --- /dev/null +++ b/bin-utils/grit-bin/HISTORY @@ -0,0 +1,2 @@ +2022-07-30 Vlad Glagolev + * DETAILS, BUILD, INSTALL: created spell, version 0.3.0 diff --git a/bin-utils/grit-bin/INSTALL b/bin-utils/grit-bin/INSTALL new file mode 100755 index 0000000..5ee93f8 --- /dev/null +++ b/bin-utils/grit-bin/INSTALL @@ -0,0 +1 @@ +install -vm 755 grit "${INSTALL_ROOT}/usr/bin/grit" -- cgit v1.2.3