Skip to content

Commit

Permalink
dateutils 0.2.5
Browse files Browse the repository at this point in the history
Closes Homebrew/legacy-homebrew#23264.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
  • Loading branch information
buckket authored and adamv committed Oct 29, 2013
1 parent 2b6890a commit 71298c9
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions Formula/dateutils.rb
@@ -0,0 +1,14 @@
require 'formula'

class Dateutils < Formula
homepage 'http://www.fresse.org/dateutils/'
url 'https://bitbucket.org/hroptatyr/dateutils/downloads/dateutils-0.2.5.tar.xz'
sha1 '47f2ba469daff7586d47473f54a77848b724ba45'

def install
system "./configure", "--disable-dependency-tracking",
"--disable-silent-rules",
"--prefix=#{prefix}"
system "make", "install"
end
end

0 comments on commit 71298c9

Please sign in to comment.