mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
Couldn't find this using `scoop search ripgrep-all` so I propose at least changing the description to include 'ripgrep-all' as a keyword. For reference the package name for Arch Linux is `ripgrep-all`, as is the GitHub repo name itself. Also from the scoop docs: > Don’t include the name of the program, if it’s the same as the app’s filename.
24 lines
947 B
JSON
24 lines
947 B
JSON
{
|
|
"version": "0.9.3",
|
|
"description": "ripgrep-all: ripgrep, but also search in PDFs, E-Books, Office documents, zip, tar.gz, etc.",
|
|
"homepage": "https://github.com/phiresky/ripgrep-all",
|
|
"license": "AGPL-3.0-or-later",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/phiresky/ripgrep-all/releases/download/0.9.3/ripgrep_all-0.9.3-x86_64-pc-windows-msvc.7z",
|
|
"hash": "ef26533e7a901755d50adc43c4cf34a267c5e008d1df2ccbae4d3cf8dadf7db3",
|
|
"extract_dir": "ripgrep_all-0.9.3-x86_64-pc-windows-msvc"
|
|
}
|
|
},
|
|
"bin": "rga.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/phiresky/ripgrep-all/releases/download/$version/ripgrep_all-$version-x86_64-pc-windows-msvc.7z",
|
|
"extract_dir": "ripgrep_all-$version-x86_64-pc-windows-msvc"
|
|
}
|
|
}
|
|
}
|
|
}
|