aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorIan Langworth2012-01-08 21:57:54 -0800
committerAdam Vandenberg2012-07-28 09:33:56 -0700
commit92fb807f603c199243b5b1f181eb5658884876b3 (patch)
tree711978cea6339fde8988bc0ca239a2c672a38ba0 /Library/Formula
parentae561c49f60c7419cca490255805b55f4c18a77d (diff)
downloadhomebrew-92fb807f603c199243b5b1f181eb5658884876b3.tar.bz2
Cadubi 1.3
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/cadubi.rb15
1 files changed, 15 insertions, 0 deletions
diff --git a/Library/Formula/cadubi.rb b/Library/Formula/cadubi.rb
new file mode 100644
index 000000000..5bcfd667a
--- /dev/null
+++ b/Library/Formula/cadubi.rb
@@ -0,0 +1,15 @@
+require 'formula'
+
+class Cadubi < Formula
+ homepage 'http://langworth.com/pub/cadubi/'
+ url 'http://pub.langworth.com/cadubi-1.3.tar.gz'
+ sha1 '3071b6ce1fce911f37eae3e01bef932d3cfb11d8'
+
+ depends_on 'Term::ReadKey' => :perl
+
+ def install
+ inreplace 'cadubi', '$Bin/help.txt', "#{doc}/help.txt"
+ bin.install 'cadubi'
+ doc.install 'help.txt'
+ end
+end