2012-04-21 07:57:21 +00:00
|
|
|
require 'formula'
|
|
|
|
|
|
|
|
class Ppss < Formula
|
|
|
|
homepage 'http://ppss.googlecode.com'
|
2014-03-05 07:22:08 +00:00
|
|
|
url 'https://ppss.googlecode.com/files/ppss-2.97.tgz'
|
2012-09-03 18:33:56 +00:00
|
|
|
sha1 '097dd068c16078ead8024551be6e69786f8ba533'
|
2012-04-21 07:57:21 +00:00
|
|
|
|
|
|
|
def install
|
|
|
|
bin.install "ppss"
|
|
|
|
end
|
|
|
|
end
|