From 4eb6460c686b4b67fe698b55cc5cbcc04f2a9f76 Mon Sep 17 00:00:00 2001 From: Alex Regueiro Date: Sat, 29 Dec 2012 23:51:24 +0000 Subject: osxutils 1.8 Closes #16792. Signed-off-by: Adam Vandenberg --- Library/Formula/osxutils.rb | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Library/Formula/osxutils.rb (limited to 'Library') diff --git a/Library/Formula/osxutils.rb b/Library/Formula/osxutils.rb new file mode 100644 index 000000000..97f4a56fd --- /dev/null +++ b/Library/Formula/osxutils.rb @@ -0,0 +1,14 @@ +require 'formula' + +class Osxutils < Formula + homepage 'https://github.com/vasi/osxutils' + url 'https://github.com/vasi/osxutils/archive/v1.8.tar.gz' + sha1 'c3d20da36ecfae3abff07f482a572b3680a12b6d' + + head 'git://github.com/vasi/osxutils.git' + + def install + system 'make' + system 'make', "PREFIX=#{prefix}", 'install' + end +end -- cgit v1.2.3