diff options
| -rw-r--r-- | Library/Formula/ppss.rb | 11 | 
1 files changed, 11 insertions, 0 deletions
diff --git a/Library/Formula/ppss.rb b/Library/Formula/ppss.rb new file mode 100644 index 000000000..5f2ef25b3 --- /dev/null +++ b/Library/Formula/ppss.rb @@ -0,0 +1,11 @@ +require 'formula' + +class Ppss < Formula +  homepage 'http://ppss.googlecode.com' +  url 'http://ppss.googlecode.com/files/ppss-2.97.tgz' +  md5 '7f5b5a53fc8d059f9c0131aca57e0651' + +  def install +    bin.install "ppss" +  end +end  | 
