Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

premake5: update to 5.0.0alpha15 #21293

Merged
merged 1 commit into from
Apr 27, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions srcpkgs/premake5/template
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
# Template file for 'premake5'
pkgname=premake5
version=5.0.0alpha14
version=5.0.0alpha15
revision=1
_version=${version/alpha/-alpha}
wrksrc="premake-${_version}"
build_style=gnu-makefile
make_build_args="-C build/gmake.unix config=release"
make_build_args="-C build/gmake2.unix config=release"
hostmakedepends="unzip"
short_desc="Cross-platform, open-source build system"
maintainer="Renato Aguiar <renato@renatoaguiar.net>"
license="BSD-3-Clause"
homepage="https://premake.github.io/"
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"
checksum=7c9fa4488156625c819dd03f2b48bfd4712fbfabdc2b5768e8c7f52dd7d16608
checksum=880f56e7cb9f4945d1cb879f059189462c1b7bf62ef43ac7d25842dfb177dd53

do_install() {
vbin bin/release/premake5
Expand Down