mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
premake5: update to 5.0.0beta3.
This commit is contained in:
parent
fe77477f86
commit
5166bf920a
1 changed files with 4 additions and 3 deletions
|
@ -1,18 +1,19 @@
|
||||||
# Template file for 'premake5'
|
# Template file for 'premake5'
|
||||||
pkgname=premake5
|
pkgname=premake5
|
||||||
version=5.0.0alpha15
|
version=5.0.0beta3
|
||||||
revision=1
|
revision=1
|
||||||
_version=${version/alpha/-alpha}
|
_version=${version/beta/-beta}
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_build_args="-C build/gmake2.unix config=release"
|
make_build_args="-C build/gmake2.unix config=release"
|
||||||
hostmakedepends="unzip"
|
hostmakedepends="unzip"
|
||||||
|
makedepends="libuuid-devel"
|
||||||
short_desc="Cross-platform, open-source build system"
|
short_desc="Cross-platform, open-source build system"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="https://premake.github.io/"
|
homepage="https://premake.github.io/"
|
||||||
changelog="https://github.com/premake/premake-core/blob/v${_version}/CHANGES.txt"
|
changelog="https://github.com/premake/premake-core/blob/v${_version}/CHANGES.txt"
|
||||||
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=880f56e7cb9f4945d1cb879f059189462c1b7bf62ef43ac7d25842dfb177dd53
|
checksum=4b2b1fe9772ca1caf689c07e8c32f108b8393922956f602ddaf404f73467bd83
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vbin bin/release/premake5
|
vbin bin/release/premake5
|
||||||
|
|
Loading…
Add table
Reference in a new issue