Files
AeroPkg/assets/var/gnu/ripgrep.md

10 lines
208 B
Markdown

ripgrep 14.1.1
=
https://github.com/BurntSushi/ripgrep/archive/refs/tags/14.1.1.tar.gz
``` sh *** build ***
cargo build --release
mkdir -p /pkg/gnu/ripgrep/bin
cp target/release/rg /pkg/gnu/ripgrep/bin/
```