blob: c8d57b6df7a2513f0e88d31c759b6ea58476a1f6 (
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'
  sha1 '097dd068c16078ead8024551be6e69786f8ba533'
  def install
    bin.install "ppss"
  end
end
  |