homebrew-core/Formula/osxutils.rb

15 lines
340 B
Ruby
Raw Normal View History

require 'formula'
class Osxutils < Formula
homepage 'https://github.com/vasi/osxutils'
url 'https://github.com/vasi/osxutils/archive/v1.8.tar.gz'
sha1 'c3d20da36ecfae3abff07f482a572b3680a12b6d'
2013-01-05 18:57:35 +00:00
head 'https://github.com/vasi/osxutils.git'
def install
system 'make'
system 'make', "PREFIX=#{prefix}", 'install'
end
end