n98-magerun 1.97.22 (new formula)

Closes #1417.

Signed-off-by: Martin Afanasjew <martin@afanasjew.de>
master
Mattheo Geoffray 2016-05-25 22:26:43 +02:00 committed by Martin Afanasjew
parent 448257373e
commit 7f9de48549
1 changed files with 16 additions and 0 deletions

16
Formula/n98-magerun.rb Normal file
View File

@ -0,0 +1,16 @@
class N98Magerun < Formula
desc "Swiss army knife for Magento developers, sysadmins and devops."
homepage "http://magerun.net/"
url "https://files.magerun.net/n98-magerun-1.97.22.phar"
sha256 "199dd0d416260c68e691580ffd3f7a448d60f616529aadadcfee584992d6253e"
bottle :unneeded
def install
bin.install "n98-magerun-#{version}.phar" => "n98-magerun"
end
test do
system "#{bin}/n98-magerun", "list"
end
end