aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/convmv.rb11
1 files changed, 11 insertions, 0 deletions
diff --git a/Library/Formula/convmv.rb b/Library/Formula/convmv.rb
new file mode 100644
index 000000000..a1d0c9c4f
--- /dev/null
+++ b/Library/Formula/convmv.rb
@@ -0,0 +1,11 @@
+require 'formula'
+
+class Convmv <Formula
+ url 'http://www.j3e.de/linux/convmv/convmv-1.14.tar.gz'
+ homepage 'http://www.j3e.de/linux/convmv/'
+ md5 'd41238051c13b2e6c0cc2310a8f69d68'
+
+ def install
+ system "make", "install", "PREFIX=#{prefix}"
+ end
+end