aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorFerdinand Niedermann2010-08-30 23:03:03 +0200
committerDavid Höppner2010-08-31 18:12:32 +0200
commit4764bf561674a9f40ccb4a532b734c6bf34f1f5f (patch)
tree34d3cb7e9f96c86b84aa001bab34e0da01686c2e /Library
parentcfeba2c0e6f33f01da6ad56d7a849a1a1d1d236e (diff)
downloadhomebrew-4764bf561674a9f40ccb4a532b734c6bf34f1f5f.tar.bz2
New Formula: ddate
Signed-off-by: David Höppner <0xffea@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/ddate.rb13
1 files changed, 13 insertions, 0 deletions
diff --git a/Library/Formula/ddate.rb b/Library/Formula/ddate.rb
new file mode 100644
index 000000000..7aa91239a
--- /dev/null
+++ b/Library/Formula/ddate.rb
@@ -0,0 +1,13 @@
+require 'formula'
+
+class Ddate <Formula
+ url 'www.discordia.ch/Programs/ddate.c'
+ homepage 'www.discordia.ch/Programs/'
+ md5 'b4c58c51040f8529a274ed8f57f929a8'
+ version '0.1.0'
+
+ def install
+ system "#{ENV['CC']}", "ddate.c", "-o", "ddate"
+ bin.install 'ddate'
+ end
+end