aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/ppss.rb
diff options
context:
space:
mode:
authorn0ts2012-04-21 16:57:21 +0900
committerAdam Vandenberg2012-04-21 15:11:57 -0700
commit5677a620268625c46766cae25c0905cfd92f6d10 (patch)
tree98840c0b86a09558a5e717b858eb31ae9aa9aad9 /Library/Formula/ppss.rb
parent11d98bb340f820931571f432a1211fb8e99dd6c7 (diff)
downloadhomebrew-5677a620268625c46766cae25c0905cfd92f6d10.tar.bz2
ppss 2.97
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/ppss.rb')
-rw-r--r--Library/Formula/ppss.rb11
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