aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/convmv.rb
blob: a1d0c9c4f4ad80efd4d55423f093e1cc93c84ea6 (plain)
1
2
3
4
5
6
7
8
9
10
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