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

class Convmv < Formula
  homepage 'http://www.j3e.de/linux/convmv/'
  url 'http://www.j3e.de/linux/convmv/convmv-1.15.tar.gz'
  sha1 '7ca8599a37480a99058c4498fba7cfed64134de5'

  def install
    system "make", "install", "PREFIX=#{prefix}"
  end
end