mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-08 17:51:21 +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.24",
|
|
"url": "https://beyondgrep.com/ack-2.24-single-file#/ack-single-file",
|
|
"hash": "8361e5a2654bc575db27bfa40470c4182d74d51098d390944d98fe7cd5b20d49",
|
|
"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"
|
|
}
|
|
}
|