blob: 0eb4a2c0aee9ecc680df9334c05e2ad1527e5ed7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
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
|