homebrew-core/Formula/glfw.rb

12 lines
293 B
Ruby
Raw Normal View History

require 'formula'
2011-03-10 05:11:03 +00:00
class Glfw < Formula
homepage 'http://www.glfw.org/'
url 'http://downloads.sourceforge.net/project/glfw/glfw/2.7.6/glfw-2.7.6.tar.bz2'
sha1 '1c278a6b9e3622eabc9b5b5e9eff3bc29437955d'
def install
system 'make', "PREFIX=#{prefix}", 'cocoa-dist-install'
end
end