diff --git a/bucket/glfw.json b/bucket/glfw.json new file mode 100644 index 0000000000..0c10033ba5 --- /dev/null +++ b/bucket/glfw.json @@ -0,0 +1,34 @@ +{ + "version": "3.3.8", + "description": "GLFW is an Open Source, multi-platform library for OpenGL, OpenGL ES and Vulkan application development.", + "homepage": "https://github.com/glfw/glfw", + "license": "zlib-acknowledgement", + "architecture": { + "64bit": { + "url": "https://github.com/glfw/glfw/releases/download/3.3.8/glfw-3.3.8.bin.WIN64.zip", + "hash": "7851c068b63c3cebf11a3b52c9e7dbdb6159afe32666b0aad268e4a258a9bdd1", + "extract_dir": "glfw-3.3.8.bin.WIN64" + }, + "32bit": { + "url": "https://github.com/glfw/glfw/releases/download/3.3.8/glfw-3.3.8.bin.WIN32.zip", + "hash": "448d06c81358943bf634170297f0d95d130044c46dbae5d106a7650291fe549c", + "extract_dir": "glfw-3.3.8.bin.WIN32" + } + }, + "env_set": { + "GLFW_ROOT": "$dir" + }, + "checkver": "github", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/glfw/glfw/releases/download/$version/glfw-$version.bin.WIN64.zip", + "extract_dir": "glfw-$version.bin.WIN64" + }, + "32bit": { + "url": "https://github.com/glfw/glfw/releases/download/$version/glfw-$version.bin.WIN32.zip", + "extract_dir": "glfw-$version.bin.WIN32" + } + } + } +}