From 14cdbb77204c1a9d334205bf8dcab16fe9e82e06 Mon Sep 17 00:00:00 2001 From: Will Ellis Date: Sun, 6 Mar 2016 18:30:58 +0100 Subject: [PATCH] Add ack --- ack.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 ack.json diff --git a/ack.json b/ack.json new file mode 100644 index 0000000000..b7dc466a64 --- /dev/null +++ b/ack.json @@ -0,0 +1,14 @@ +{ + "homepage": "http://beyondgrep.com/", + "licence": "http://opensource.org/licenses/Artistic-2.0", + "version": "2.14", + "url": "http://beyondgrep.com/ack-2.14-single-file", + "hash": "1d203cfbc52ce8f49e3992be1cd3e4d7d5dfb7daa3739e8628aa9858ccc5b9df", + "bin": "ack.bat", + "depends": "perl", + "pre_install": "Set-Content -Value '@perl.exe %~dp0ack-2.14-single-file %*' -Path $dir\\ack.bat", + "checkver": { + "url": "http://beyondgrep.com/install/", + "re": "The current stable version of ack is version ([\\d.]+)," + } +}