osxutils 1.8

Closes Homebrew/homebrew#16792.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
Alex Regueiro 2012-12-29 23:51:24 +00:00 committed by Adam Vandenberg
parent 2a5d10b00c
commit e3c0c64606
1 changed files with 14 additions and 0 deletions

14
Formula/osxutils.rb Normal file
View File

@ -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