Skip to content
This repository was archived by the owner on Jun 30, 2021. It is now read-only.

Commit 16ac4dc

Browse files
committed
ripgrep: new package at 11.0.2. Closes #5
1 parent 775cb49 commit 16ac4dc

File tree

5 files changed

+9
-0
lines changed

5 files changed

+9
-0
lines changed

community/ripgrep/build

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/bin/sh -e
2+
3+
cargo build --release
4+
5+
install -Dm755 target/release/rg "$1/usr/bin/rg"

community/ripgrep/checksums

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
0983861279936ada8bc7a6d5d663d590ad34eb44a44c75c2d6ccd0ab33490055 11.0.2.tar.gz

community/ripgrep/depends

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
rust make

community/ripgrep/sources

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
https://github.com/BurntSushi/ripgrep/archive/11.0.2.tar.gz

community/ripgrep/version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
11.0.2 1

0 commit comments

Comments
 (0)