Skip to Content.
Sympa Menu

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

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 (5af7de04c3c4a4c6024db06a82627a9a2afa3128)
  • Date: Wed, 21 Jun 2023 06:17:31 +0000

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

ChangeLog | 1 +
rust-crates/ripgrep/DEPENDS | 2 ++
rust-crates/ripgrep/DETAILS | 18 ++++++++++++++++++
rust-crates/ripgrep/HISTORY | 3 +++
4 files changed, 24 insertions(+)

New commits:
commit 5af7de04c3c4a4c6024db06a82627a9a2afa3128
Author: Conner Clere <xenanthropy AT sourcemage.org>
Commit: Conner Clere <xenanthropy AT sourcemage.org>

rust-crates/ripgrep: new spell, rust grep alternative

diff --git a/ChangeLog b/ChangeLog
index 89f6e0f..38daf77 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,7 @@
* 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
+ * rust-crates/ripgrep: new spell, rust grep alternative

2023-06-09 Treeve Jelbert <treeve AT sourcemage.org>
* python-pypi/sqlalchemy-firebird: added
diff --git a/rust-crates/ripgrep/DEPENDS b/rust-crates/ripgrep/DEPENDS
new file mode 100755
index 0000000..b2b5bed
--- /dev/null
+++ b/rust-crates/ripgrep/DEPENDS
@@ -0,0 +1,2 @@
+depends PKG-CONFIG &&
+depends rust
diff --git a/rust-crates/ripgrep/DETAILS b/rust-crates/ripgrep/DETAILS
new file mode 100755
index 0000000..76266dc
--- /dev/null
+++ b/rust-crates/ripgrep/DETAILS
@@ -0,0 +1,18 @@
+ SPELL=ripgrep
+ VERSION=13.0.0
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+
SOURCE_URL[0]=https://github.com/BurntSushi/${SPELL}/archive/${VERSION}.tar.gz
+
SOURCE_HASH=sha256:0fb17aaf285b3eee8ddab17b833af1e190d73de317ff9648751ab0660d763ed2
+ LICENSE[0]=MIT
+ WEB_SITE=https://github.com/BurntSushi/ripgrep
+ ENTERED=20230621
+ KEYWORDS="utils rust-crates rust"
+ SHORT="rust grep alternative"
+cat << EOF
+ripgrep is a line-oriented search tool that recursively searches the current
+directory for a regex pattern. By default, ripgrep will respect gitignore
+rules and automatically skip hidden files/directories and binary files.
+ripgrep is similar to other popular search tools like
+The Silver Searcher, ack and grep.
+EOF
diff --git a/rust-crates/ripgrep/HISTORY b/rust-crates/ripgrep/HISTORY
new file mode 100644
index 0000000..1dcad4b
--- /dev/null
+++ b/rust-crates/ripgrep/HISTORY
@@ -0,0 +1,3 @@
+2023-06-21 Conner Clere <xenanthropy AT sourcemage.org>
+ * DEPENDS, DETAILS: version 13.0.0, new spell
+



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

Archive powered by MHonArc 2.6.24.

Top of Page