aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorLars Eggert2010-02-10 17:24:16 +0200
committerAdam Vandenberg2010-04-16 14:43:24 -0700
commitd72f499e131065ad55203dc6dcc1143d2d239fb7 (patch)
tree2ac8081eaa6bcecb16f433ccd5210e3afdd4e046 /Library
parent92200cac6c55c34dc65327df2b186def72417d96 (diff)
downloadhomebrew-d72f499e131065ad55203dc6dcc1143d2d239fb7.tar.bz2
New formula: idnits
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/idnits.rb14
1 files changed, 14 insertions, 0 deletions
diff --git a/Library/Formula/idnits.rb b/Library/Formula/idnits.rb
new file mode 100644
index 000000000..c90aeb7e2
--- /dev/null
+++ b/Library/Formula/idnits.rb
@@ -0,0 +1,14 @@
+require 'formula'
+
+class Idnits <Formula
+ url 'http://tools.ietf.org/tools/idnits/idnits-2.12.00.tgz'
+ homepage 'http://tools.ietf.org/tools/idnits/'
+ md5 '54a4bbcf6e9afa454d608afa60cc7e5b'
+
+ depends_on 'aspell'
+
+ def install
+ bin.install "idnits"
+ doc.install %w(about changelog copyright todo)
+ end
+end