glfw@2: import from homebrew/versions.
This commit is contained in:
parent
3ae24f768b
commit
15e9c80eaf
1 changed files with 11 additions and 0 deletions
11
Formula/glfw@2.rb
Normal file
11
Formula/glfw@2.rb
Normal file
|
@ -0,0 +1,11 @@
|
|||
class GlfwAT2 < Formula
|
||||
homepage "http://www.glfw.org/"
|
||||
url "https://downloads.sourceforge.net/project/glfw/glfw/2.7.9/glfw-2.7.9.tar.bz2"
|
||||
sha256 "d1f47e99e4962319f27f30d96571abcb04c1022c000de4d01df69ec59aae829d"
|
||||
|
||||
keg_only :versioned_formula
|
||||
|
||||
def install
|
||||
system "make", "PREFIX=#{prefix}", "cocoa-dist-install"
|
||||
end
|
||||
end
|
Loading…
Reference in a new issue