Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
mpssh 1.3.1
Browse files Browse the repository at this point in the history
Closes #16534.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
  • Loading branch information
Victor Castell authored and adamv committed Jan 8, 2013
1 parent 815633b commit de353b0
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions Library/Formula/mpssh.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
require 'formula'

class Mpssh < Formula
homepage 'https://github.com/ndenev/mpssh'
url 'http://mpssh.totalterror.net/mpssh-1.3.1.tar.gz'
sha1 '4d80a07c6057372a98095f6c788efcfe9c3b030b'

def install
system "make", "CC=#{ENV.cc}"
bin.install "mpssh"
man1.install "mpssh.man" => "mpssh.1"
end

def test
system "#{bin}/mpssh"
end
end

0 comments on commit de353b0

Please sign in to comment.