mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 18:02:57 +02:00
New package: premake5-5.0.0alpha12
This commit is contained in:
parent
592d3b0138
commit
7515c189fb
1 changed files with 20 additions and 0 deletions
20
srcpkgs/premake5/template
Normal file
20
srcpkgs/premake5/template
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
# Template file for 'premake5'
|
||||||
|
pkgname=premake5
|
||||||
|
version=5.0.0alpha12
|
||||||
|
revision=1
|
||||||
|
_version=${version/alpha/-alpha}
|
||||||
|
wrksrc=premake-${_version}
|
||||||
|
hostmakedepends="unzip"
|
||||||
|
build_style=gnu-makefile
|
||||||
|
make_build_args="-C build/gmake.unix config=release"
|
||||||
|
short_desc="Cross-platform, open-source build system"
|
||||||
|
maintainer="Renato Aguiar <renato@renag.me>"
|
||||||
|
license="3-clause-BSD"
|
||||||
|
homepage="https://premake.github.io/"
|
||||||
|
distfiles="https://github.com/premake/premake-core/releases/download/v${_version}/premake-${_version}-src.zip"
|
||||||
|
checksum=5fa4a9f5b100024e23e2b9117ffa4935a6ac3c0a61aa027c3211388d53536751
|
||||||
|
|
||||||
|
do_install() {
|
||||||
|
vbin bin/release/premake5
|
||||||
|
vlicense LICENSE.txt
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue