Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master binary grimoire by Vlad Glagolev (448603581ae86ea0f693e9f7e5bf68efa1b51712)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master binary grimoire by Vlad Glagolev (448603581ae86ea0f693e9f7e5bf68efa1b51712)
  • Date: Sun, 31 Jul 2022 04:29:30 +0000

GIT changes to master binary grimoire by Vlad Glagolev
<stealth AT sourcemage.org>:

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(+)

New commits:
commit 448603581ae86ea0f693e9f7e5bf68efa1b51712
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

grit-bin: new spell, multitree-based personal task manager

diff --git a/ChangeLog b/ChangeLog
index 5ade6f8..7e78265 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2022-07-30 Vlad Glagolev <stealth AT sourcemage.org>
+ * bin-utils/grit-bin: new spell, multitree-based personal task manager
+
2022-07-25 Vlad Glagolev <stealth AT sourcemage.org>
* 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 <stealth AT sourcemage.org>
+ * 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"



  • [SM-Commit] GIT changes to master binary grimoire by Vlad Glagolev (448603581ae86ea0f693e9f7e5bf68efa1b51712), Vlad Glagolev, 07/31/2022

Archive powered by MHonArc 2.6.24.

Top of Page