blob: 45ce3e9780c0b6db8afd6647a7b488bb5fc83edb (
plain)
| 1
2
3
4
5
6
7
8
9
10
11
 | require 'formula'
class Ppss < Formula
  homepage 'http://ppss.googlecode.com'
  url 'https://ppss.googlecode.com/files/ppss-2.97.tgz'
  sha1 '097dd068c16078ead8024551be6e69786f8ba533'
  def install
    bin.install "ppss"
  end
end
 |