New formula: GLFW 2.7
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
0fe1cb6859
commit
bdacda9d96
1 changed files with 12 additions and 0 deletions
12
Formula/glfw.rb
Normal file
12
Formula/glfw.rb
Normal file
|
@ -0,0 +1,12 @@
|
|||
require 'formula'
|
||||
|
||||
class Glfw <Formula
|
||||
url 'http://prdownloads.sourceforge.net/glfw/glfw-2.7.tar.bz2'
|
||||
homepage 'http://www.glfw.org/'
|
||||
md5 'cc024566d78279c6af728ba2812c9107'
|
||||
|
||||
def install
|
||||
ENV.prepend 'PREFIX', "#{prefix}"
|
||||
system "make cocoa-install"
|
||||
end
|
||||
end
|
Loading…
Reference in a new issue