aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/reposurgeon.rb12
1 files changed, 12 insertions, 0 deletions
diff --git a/Library/Formula/reposurgeon.rb b/Library/Formula/reposurgeon.rb
new file mode 100644
index 000000000..b879e5210
--- /dev/null
+++ b/Library/Formula/reposurgeon.rb
@@ -0,0 +1,12 @@
+require 'formula'
+
+class Reposurgeon <Formula
+ url 'http://www.catb.org/esr/reposurgeon/reposurgeon-0.2.tar.gz'
+ homepage 'http://www.catb.org/esr/reposurgeon/'
+ md5 '8151b9bc7d285b166b073056ada85e28'
+
+ def install
+ bin.install "reposurgeon"
+ man1.install "reposurgeon.1"
+ end
+end