blob: 5f2ef25b3850a8f553e00d10eada47e2354fea9a (
plain)
| 1
2
3
4
5
6
7
8
9
10
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
 |