https://github.com/direc85/ripgrep
ripgrep packaged for Sailfish OS
https://github.com/direc85/ripgrep
Last synced: 3 months ago
JSON representation
ripgrep packaged for Sailfish OS
- Host: GitHub
- URL: https://github.com/direc85/ripgrep
- Owner: direc85
- Created: 2022-12-29T20:38:34.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-12-22T15:58:26.000Z (6 months ago)
- Last Synced: 2025-01-30T20:14:50.746Z (4 months ago)
- Size: 8.59 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ripgrep
Ripgrep, compiled and packaged for Sailfish OS.
ripgrep source code: https://github.com/BurntSushi/ripgrep
Please see [the original ripgrep README.md](https://github.com/BurntSushi/ripgrep/blob/master/README.md) for more info.
How to build:
```bash
git clone [email protected]:direc85/ripgrep.git
cd ripgrep
sfdk -c target=SailfishOS-4.4.0.58-[aarch64|armv7hl|i486] build
```