1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 |
|
require 'formula' class Mpssh < Formula homepage 'https://github.com/ndenev/mpssh' url 'https://github.com/ndenev/mpssh/archive/1.3.1.tar.gz' sha1 'c9ae08c1449962a0585e9cbf5e6174581912a053' def install system "make", "CC=#{ENV.cc}" bin.install "mpssh" man1.install "mpssh.man" => "mpssh.1" end def test system "#{bin}/mpssh" end end 'angular.js Git repository'/>