Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Conner Clere (1bdec28d888ffbb1ebfcf59767e9d8eb7c56ba37)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Conner Clere <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Conner Clere (1bdec28d888ffbb1ebfcf59767e9d8eb7c56ba37)
  • Date: Wed, 21 Jun 2023 06:15:07 +0000

GIT changes to master grimoire by Conner Clere <xenanthropy AT sourcemage.org>:

ChangeLog | 1 +
rust-crates/gitui/DEPENDS | 4 ++++
rust-crates/gitui/DETAILS | 14 ++++++++++++++
rust-crates/gitui/HISTORY | 3 +++
4 files changed, 22 insertions(+)

New commits:
commit 1bdec28d888ffbb1ebfcf59767e9d8eb7c56ba37
Author: Conner Clere <xenanthropy AT sourcemage.org>
Commit: Conner Clere <xenanthropy AT sourcemage.org>

rust-crates/gitui: new spell, blazing fast tui for git written in rust

diff --git a/ChangeLog b/ChangeLog
index 93a9c2e..89f6e0f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,7 @@
* shell-term-fm/alacritty: new spell, gpu-accelerated rust terminal
emulator
* rust-crates/bat: new spell, cat clone written in rust
* rust-crates/exa: new spell, ls clone written in rust
+ * rust-crates/gitui: new spell, blazing fast tui for git written in
rust

2023-06-09 Treeve Jelbert <treeve AT sourcemage.org>
* python-pypi/sqlalchemy-firebird: added
diff --git a/rust-crates/gitui/DEPENDS b/rust-crates/gitui/DEPENDS
new file mode 100755
index 0000000..0506381
--- /dev/null
+++ b/rust-crates/gitui/DEPENDS
@@ -0,0 +1,4 @@
+depends PKG-CONFIG &&
+depends rust &&
+depends libgit2 &&
+depends openssl
diff --git a/rust-crates/gitui/DETAILS b/rust-crates/gitui/DETAILS
new file mode 100755
index 0000000..2ebb3ee
--- /dev/null
+++ b/rust-crates/gitui/DETAILS
@@ -0,0 +1,14 @@
+ SPELL=gitui
+ VERSION=0.23.0
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+
SOURCE_URL[0]=https://github.com/extrawurst/${SPELL}/archive/v${VERSION}.tar.gz
+
SOURCE_HASH=sha256:5180d5d8fd2fe6400148d6078b4b318c7530ca6c27ea8d8c0882f2e4d9064a80
+ LICENSE[0]=MIT
+ WEB_SITE=https://github.com/extrawurst/gitui
+ ENTERED=20230621
+ KEYWORDS="utils rust-crates rust"
+ SHORT="blazing fast tui for git written in rust"
+cat << EOF
+GitUI provides you with the comfort of a git GUI but right in your terminal
+EOF
diff --git a/rust-crates/gitui/HISTORY b/rust-crates/gitui/HISTORY
new file mode 100644
index 0000000..1c4c806
--- /dev/null
+++ b/rust-crates/gitui/HISTORY
@@ -0,0 +1,3 @@
+2023-06-21 Conner Clere <xenanthropy AT sourcemage.org>
+ * DEPENDS, DETAILS: version 0.23.0, new spell
+



  • [SM-Commit] GIT changes to master grimoire by Conner Clere (1bdec28d888ffbb1ebfcf59767e9d8eb7c56ba37), Conner Clere, 06/21/2023

Archive powered by MHonArc 2.6.24.

Top of Page