mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-15 03:23:50 +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'
|
# Template file for 'premake4'
|
||||||
pkgname=premake4
|
pkgname=premake4
|
||||||
version=4.4beta5
|
version=4.4beta5
|
||||||
revision=3
|
revision=4
|
||||||
wrksrc=premake-${version/beta/-beta}
|
wrksrc=premake-${version/beta/-beta}
|
||||||
hostmakedepends="unzip"
|
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_build_args="config=release -C build/gmake.unix"
|
make_build_args="config=release -C build/gmake.unix"
|
||||||
|
hostmakedepends="unzip"
|
||||||
short_desc="Cross-platform, open-source build system"
|
short_desc="Cross-platform, open-source build system"
|
||||||
maintainer="Tai Chi Minh Ralph Eastwood <tcmreastwood@gmail.com>"
|
maintainer="Tai Chi Minh Ralph Eastwood <tcmreastwood@gmail.com>"
|
||||||
license="3-clause-BSD"
|
license="BSD-3-Clause"
|
||||||
homepage="https://premake.github.io/"
|
homepage="https://premake.github.io/"
|
||||||
distfiles="${SOURCEFORGE_SITE}/project/premake/Premake/${version/beta*}/premake-${version/beta/-beta}-src.zip"
|
distfiles="${SOURCEFORGE_SITE}/project/premake/Premake/${version/beta*}/premake-${version/beta/-beta}-src.zip"
|
||||||
checksum=0fa1ed02c5229d931e87995123cdb11d44fcc8bd99bba8e8bb1bbc0aaa798161
|
checksum=0fa1ed02c5229d931e87995123cdb11d44fcc8bd99bba8e8bb1bbc0aaa798161
|
||||||
|
|
Loading…
Add table
Reference in a new issue