mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-29 12:04:27 +00:00
19 lines
723 B
JSON
19 lines
723 B
JSON
{
|
|
"homepage": "https://beyondgrep.com/",
|
|
"description": "A tool like grep, optimized for programmers",
|
|
"license": "Artistic-2.0",
|
|
"version": "2.26",
|
|
"url": "https://beyondgrep.com/ack-2.26-single-file#/ack-single-file",
|
|
"hash": "98ec549d7dd6b802356b3d0bb22d8ed80bd049c0ca565092f8673e547d0f9dca",
|
|
"bin": "ack.bat",
|
|
"depends": "perl",
|
|
"pre_install": "Set-Content -Value '@perl.exe %~dp0ack-single-file %*' -Path \"$dir\\ack.bat\"",
|
|
"checkver": {
|
|
"url": "https://beyondgrep.com/install/",
|
|
"re": "The current stable version of ack is version ([\\d.]+),"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://beyondgrep.com/ack-$version-single-file#/ack-single-file"
|
|
}
|
|
}
|