New package: premake4-4.4beta5

Closes: #5375 [via git-merge-pr]
This commit is contained in:
Tai Chi Minh Ralph Eastwood 2016-12-17 10:14:21 +00:00 committed by Toyam Cox
parent f74b6889a9
commit ec3149f1a8
2 changed files with 25 additions and 0 deletions

23
srcpkgs/premake4/template Normal file
View file

@ -0,0 +1,23 @@
# Template file for 'premake5'
pkgname=premake4
version=4.4beta5
revision=1
wrksrc=premake-${version/beta/-beta}
hostmakedepends="unzip"
build_style=gnu-makefile
make_build_args="config=release"
short_desc="Cross-platform, open-source build system"
maintainer="Tai Chi Minh Ralph Eastwood <tcmreastwood@gmail.com>"
license="3-clause-BSD"
homepage="https://premake.github.io/"
distfiles="${SOURCEFORGE_SITE}/project/premake/Premake/${version/beta*}/premake-${version/beta/-beta}-src.zip"
checksum=0fa1ed02c5229d931e87995123cdb11d44fcc8bd99bba8e8bb1bbc0aaa798161
pre_build() {
cd ${wrksrc}/build/gmake.unix
}
do_install() {
vbin bin/release/premake4
vlicense LICENSE.txt
}

2
srcpkgs/premake4/update Normal file
View file

@ -0,0 +1,2 @@
site='https://premake.github.io/download.html'
pattern='premake-\K4[\d.]+(-alpha[\d]*|-beta[\d]*|)(?=-src\.zip)'