aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/glfw.rb
blob: c0cac79ac71a2b65187107af8b60b752edda7efe (plain)
1
2
3
4
5
6
7
8
9
10
11
require 'formula'

class Glfw < Formula
  homepage 'http://www.glfw.org/'
  url 'http://sourceforge.net/projects/glfw/files/glfw/2.7.8/glfw-2.7.8.zip'
  sha1 'b4f51221ffed0a064bb413074544a530ae2751ec'

  def install
    system 'make', "PREFIX=#{prefix}", 'cocoa-dist-install'
  end
end