diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/ddate.rb | 13 |
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 |
