homebrew-core/Formula/idnits.rb

13 lines
342 B
Ruby
Raw Normal View History

2011-03-10 05:11:03 +00:00
class Idnits < Formula
desc "Looks for problems in internet draft formatting"
2015-04-17 17:40:59 +00:00
homepage "https://tools.ietf.org/tools/idnits/"
url "https://tools.ietf.org/tools/idnits/idnits-2.13.02.tgz"
sha256 "6e42b044c79dc4e616d10ee9e283c20acc741601811a6acfc0c0d310afdf0823"
2015-04-17 17:40:59 +00:00
depends_on "aspell"
def install
bin.install "idnits"
end
end