aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/reposurgeon.rb
blob: dc66b94c51c1c2750d4a31e83c41f100c4d079b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
require 'formula'

class Reposurgeon < Formula
  url 'http://www.catb.org/esr/reposurgeon/reposurgeon-1.9.tar.gz'
  homepage 'http://www.catb.org/esr/reposurgeon/'
  md5 '5ebedd5f69e3e5b42aada02b237e724c'

  def install
    bin.install "reposurgeon"
    man1.install "reposurgeon.1"
  end
end