mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +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.28",
|
|
"url": "https://beyondgrep.com/ack-2.28-single-file#/ack-single-file",
|
|
"hash": "0ab3df19513a2c71aa7901f7f522a5baf72ce69e6e0e34879979f157210734f6",
|
|
"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"
|
|
}
|
|
}
|