From 57b7ab24b5426dfd32f9a285e32ca3bc5caf0e7c Mon Sep 17 00:00:00 2001 From: Scott Moore Date: Fri, 10 Apr 2015 17:27:51 +1000 Subject: [PATCH] Add premake build tools --- premake4.json | 10 ++++++++++ premake5.json | 10 ++++++++++ 2 files changed, 20 insertions(+) create mode 100644 premake4.json create mode 100644 premake5.json diff --git a/premake4.json b/premake4.json new file mode 100644 index 0000000000..a9143cb1d0 --- /dev/null +++ b/premake4.json @@ -0,0 +1,10 @@ +{ + "homepage": "http://premake.github.io/download.html", + "version": "4.4-b5", + "license": "BSD 3-Clause", + "url": "http://sourceforge.net/projects/premake/files/Premake/4.4/premake-4.4-beta5-windows.zip", + "hash": "09614c122156617a2b7973cc9f686daa32e64e3e7335d38db887cfb8f6a8574d", + "bin": [ + "premake4.exe" + ] +} \ No newline at end of file diff --git a/premake5.json b/premake5.json new file mode 100644 index 0000000000..99c3c49374 --- /dev/null +++ b/premake5.json @@ -0,0 +1,10 @@ +{ + "homepage": "http://premake.github.io/download.html", + "version": "5.0-a1", + "license": "BSD 3-Clause", + "url": "http://sourceforge.net/projects/premake/files/5.0/premake-5.0-alpha1-windows.zip", + "hash": "1fe4e32fe8d0662ebd00e8333c33eca28a14fd773a351fb4eb702e246d7b7110", + "bin": [ + "premake5.exe" + ] +} \ No newline at end of file