mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-11 01:23:51 +02:00
premake4: fix license, other lint
This commit is contained in:
parent
0b437605a4
commit
ec7333c0cb
1 changed files with 3 additions and 3 deletions
|
@ -1,14 +1,14 @@
|
|||
# Template file for 'premake4'
|
||||
pkgname=premake4
|
||||
version=4.4beta5
|
||||
revision=3
|
||||
revision=4
|
||||
wrksrc=premake-${version/beta/-beta}
|
||||
hostmakedepends="unzip"
|
||||
build_style=gnu-makefile
|
||||
make_build_args="config=release -C build/gmake.unix"
|
||||
hostmakedepends="unzip"
|
||||
short_desc="Cross-platform, open-source build system"
|
||||
maintainer="Tai Chi Minh Ralph Eastwood <tcmreastwood@gmail.com>"
|
||||
license="3-clause-BSD"
|
||||
license="BSD-3-Clause"
|
||||
homepage="https://premake.github.io/"
|
||||
distfiles="${SOURCEFORGE_SITE}/project/premake/Premake/${version/beta*}/premake-${version/beta/-beta}-src.zip"
|
||||
checksum=0fa1ed02c5229d931e87995123cdb11d44fcc8bd99bba8e8bb1bbc0aaa798161
|
||||
|
|
Loading…
Add table
Reference in a new issue