Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
osxutils 1.8
Browse files Browse the repository at this point in the history
Closes #16792.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
  • Loading branch information
alexreg authored and klausmeyer committed Jan 10, 2013
1 parent 799e8e6 commit dfc819b
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions 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

0 comments on commit dfc819b

Please sign in to comment.