2010-11-03 08:30:01 +00:00
|
|
|
require 'formula'
|
|
|
|
|
2011-03-10 05:11:03 +00:00
|
|
|
class Reposurgeon < Formula
|
2010-11-18 10:29:49 +00:00
|
|
|
url 'http://www.catb.org/esr/reposurgeon/reposurgeon-0.7.tar.gz'
|
2010-11-03 08:30:01 +00:00
|
|
|
homepage 'http://www.catb.org/esr/reposurgeon/'
|
2010-11-18 10:29:49 +00:00
|
|
|
md5 'cede4de54cc56b259c14969afaeeeb7f'
|
2010-11-03 08:30:01 +00:00
|
|
|
|
|
|
|
def install
|
|
|
|
bin.install "reposurgeon"
|
|
|
|
man1.install "reposurgeon.1"
|
|
|
|
end
|
|
|
|
end
|