mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
19 lines
696 B
JSON
19 lines
696 B
JSON
{
|
|
"homepage": "https://beyondgrep.com/",
|
|
"description": "A tool like grep, optimized for programmers",
|
|
"license": "Artistic-2.0",
|
|
"version": "3.0.2",
|
|
"url": "https://beyondgrep.com/ack-v3.0.2#/ack-single-file",
|
|
"hash": "8e49c66019af3a5bf5bce23c005231b2980e93889aa047ee54d857a75ab4a062",
|
|
"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 v([\\d.]+),"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://beyondgrep.com/ack-v$version#/ack-single-file"
|
|
}
|
|
}
|