premake4: new package
This commit is contained in:
24
mingw-w64-premake/PKGBUILD
Normal file
24
mingw-w64-premake/PKGBUILD
Normal file
@@ -0,0 +1,24 @@
|
||||
# Maintainer: Martell Malone <martellmalone@gmail.com>
|
||||
|
||||
_realname=premake
|
||||
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}")
|
||||
pkgver=4.3
|
||||
pkgrel=1
|
||||
pkgdesc="A build configuration tool. Describe your build using Lua and generate \
|
||||
the project files for your specific toolset."
|
||||
arch=('any')
|
||||
url="http://premake.sourceforge.net"
|
||||
license=('GPL')
|
||||
|
||||
source=("http://downloads.sourceforge.net/sourceforge/premake/premake-${pkgver}-src.zip")
|
||||
md5sums=('8cfafee76f9665c93b2e9ad15b015eb7')
|
||||
|
||||
build() {
|
||||
cd "$srcdir/${_realname}-${pkgver}/build/gmake.windows"
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
cd ${srcdir}/${_realname}-${pkgver}
|
||||
install -Dm755 bin/release/premake4 ${pkgdir}${MINGW_PREFIX}/bin/premake4
|
||||
}
|
||||
Reference in New Issue
Block a user