mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
premake5: update to 5.0.0alpha13.
This commit is contained in:
parent
c765c18852
commit
491ed92d53
1 changed files with 5 additions and 5 deletions
|
@ -1,18 +1,18 @@
|
||||||
# Template file for 'premake5'
|
# Template file for 'premake5'
|
||||||
pkgname=premake5
|
pkgname=premake5
|
||||||
version=5.0.0alpha12
|
version=5.0.0alpha13
|
||||||
revision=1
|
revision=1
|
||||||
_version=${version/alpha/-alpha}
|
_version=${version/alpha/-alpha}
|
||||||
wrksrc=premake-${_version}
|
wrksrc="premake-${_version}"
|
||||||
hostmakedepends="unzip"
|
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_build_args="-C build/gmake.unix config=release"
|
make_build_args="-C build/gmake.unix config=release"
|
||||||
|
hostmakedepends="unzip"
|
||||||
short_desc="Cross-platform, open-source build system"
|
short_desc="Cross-platform, open-source build system"
|
||||||
maintainer="Renato Aguiar <renato@renag.me>"
|
maintainer="Renato Aguiar <renato@renag.me>"
|
||||||
license="3-clause-BSD"
|
license="BSD-3-Clause"
|
||||||
homepage="https://premake.github.io/"
|
homepage="https://premake.github.io/"
|
||||||
distfiles="https://github.com/premake/premake-core/releases/download/v${_version}/premake-${_version}-src.zip"
|
distfiles="https://github.com/premake/premake-core/releases/download/v${_version}/premake-${_version}-src.zip"
|
||||||
checksum=5fa4a9f5b100024e23e2b9117ffa4935a6ac3c0a61aa027c3211388d53536751
|
checksum=b28d2d1f4dc7efa8bdfe20d331787461a58a0da558adac0aef939ad006019209
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vbin bin/release/premake5
|
vbin bin/release/premake5
|
||||||
|
|
Loading…
Add table
Reference in a new issue