homebrew-core/Formula/idnits.rb

15 lines
310 B
Ruby
Raw Normal View History

require 'formula'
2011-03-10 05:11:03 +00:00
class Idnits < Formula
homepage 'http://tools.ietf.org/tools/idnits/'
url 'http://tools.ietf.org/tools/idnits/idnits-2.12.13.tgz'
sha1 'd2a773ccca1a4eb00c4d001c6670a0131a6e939f'
depends_on 'aspell'
def install
bin.install "idnits"
2010-04-16 22:17:16 +00:00
prefix.install %w(about todo)
end
end