diff options
Diffstat (limited to 'homebrew/glfw/.beer')
-rw-r--r-- | homebrew/glfw/.beer | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/homebrew/glfw/.beer b/homebrew/glfw/.beer new file mode 100644 index 000000000..d24127c7f --- /dev/null +++ b/homebrew/glfw/.beer @@ -0,0 +1,27 @@ +{ + "name": "Glfw", + "description": "Multi-platform library for OpenGL applications", + "url": "https://github.com/glfw/glfw/archive/3.3.tar.gz", + "mirror": null, + "homepage": "https://www.glfw.org/", + "depends": [ + { + "depend": "cmake", + "build-depend": true + } + ], + "resource": [], + "conflicts": [], + "patches": [], + "install": [ + "args = std_cmake_args + %w[", + "-DGLFW_USE_CHDIR=TRUE", + "-DGLFW_USE_MENUBAR=TRUE", + "-DBUILD_SHARED_LIBS=TRUE", + "]", + "system \"cmake\", *args, \".\"", + "system \"make\", \"install\"" + ], + "version": "3.3", + "file": "glfw.rb" +}
\ No newline at end of file |