From 5677a620268625c46766cae25c0905cfd92f6d10 Mon Sep 17 00:00:00 2001 From: n0ts Date: Sat, 21 Apr 2012 16:57:21 +0900 Subject: ppss 2.97 Signed-off-by: Adam Vandenberg --- Library/Formula/ppss.rb | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Library/Formula/ppss.rb 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 -- cgit v1.2.3