homebrew-core/Formula/ppss.rb
n0ts 04c02acc9d ppss 2.97
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-21 15:11:57 -07:00

11 lines
224 B
Ruby

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