Skip to Content.
Sympa Menu

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

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 (476d916bf3c1275a2a80542718913e598ef158df)
  • Date: Wed, 21 Jun 2023 06:09:08 +0000

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

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

New commits:
commit 476d916bf3c1275a2a80542718913e598ef158df
Author: Conner Clere <xenanthropy AT sourcemage.org>
Commit: Conner Clere <xenanthropy AT sourcemage.org>

rust-crates/bat: new spell, cat clone written in rust

diff --git a/ChangeLog b/ChangeLog
index e37baf5..5c0e0ca 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
2023-06-21 Conner Clere <xenanthropy AT sourcemage.org>
* shell-term-fm/alacritty: new spell, gpu-accelerated rust terminal
emulator
+ * rust-crates/bat: new spell, cat clone written in rust

2023-06-09 Treeve Jelbert <treeve AT sourcemage.org>
* python-pypi/sqlalchemy-firebird: added
diff --git a/rust-crates/bat/DEPENDS b/rust-crates/bat/DEPENDS
new file mode 100755
index 0000000..b2b5bed
--- /dev/null
+++ b/rust-crates/bat/DEPENDS
@@ -0,0 +1,2 @@
+depends PKG-CONFIG &&
+depends rust
diff --git a/rust-crates/bat/DETAILS b/rust-crates/bat/DETAILS
new file mode 100755
index 0000000..45da5a3
--- /dev/null
+++ b/rust-crates/bat/DETAILS
@@ -0,0 +1,14 @@
+ SPELL=bat
+ VERSION=0.23.0
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+
SOURCE_URL[0]=https://github.com/sharkdp/${SPELL}/archive/v${VERSION}.tar.gz
+
SOURCE_HASH=sha256:30b6256bea0143caebd08256e0a605280afbbc5eef7ce692f84621eb232a9b31
+ LICENSE[0]=MIT
+ WEB_SITE=https://github.com/sharkdp/bat
+ ENTERED=20230621
+ KEYWORDS="utils rust-crates rust"
+ SHORT="cat clone with wings"
+cat << EOF
+A cat(1) clone with syntax highlighting and Git integration.
+EOF
diff --git a/rust-crates/bat/HISTORY b/rust-crates/bat/HISTORY
new file mode 100644
index 0000000..1c4c806
--- /dev/null
+++ b/rust-crates/bat/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 (476d916bf3c1275a2a80542718913e598ef158df), Conner Clere, 06/21/2023

Archive powered by MHonArc 2.6.24.

Top of Page