Merge pull request #333 from scottwillmoore/add-premake

Add premake build tools
This commit is contained in:
Simon Hartcher 2015-04-10 22:12:47 +10:00
commit 71e441f347
2 changed files with 20 additions and 0 deletions

10
premake4.json Normal file
View File

@ -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"
]
}

10
premake5.json Normal file
View File

@ -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"
]
}