homebrew-core/Formula/idnits.rb
2015-04-17 13:40:59 -04:00

11 lines
285 B
Ruby

class Idnits < Formula
homepage "https://tools.ietf.org/tools/idnits/"
url "https://tools.ietf.org/tools/idnits/idnits-2.13.02.tgz"
sha256 "6e42b044c79dc4e616d10ee9e283c20acc741601811a6acfc0c0d310afdf0823"
depends_on "aspell"
def install
bin.install "idnits"
end
end