homebrew-core/Formula/rename.rb

15 lines
340 B
Ruby
Raw Normal View History

require 'formula'
2011-03-10 05:11:03 +00:00
class Rename < Formula
url 'http://plasmasturm.org/code/rename/rename', :using => :nounzip
version '0.1.3'
homepage 'http://plasmasturm.org/code/rename'
md5 'ce931227630a44d5d4ca4234a1fb8e63'
def install
system 'pod2man', 'rename', 'rename.1'
bin.install 'rename'
man1.install 'rename.1'
end
end