premake.paketlendi

This commit is contained in:
milisbir 2017-09-26 03:15:57 +03:00
parent 827b51a8d6
commit 92eee3b7b2
1 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,17 @@
# Description: A simple build configuration and project generation tool using lua
# URL: http://industriousone.com/premake
# Packager: milisarge
# Depends on:
name=premake
version=4.3
release=1
source=(http://downloads.sourceforge.net/project/premake/Premake/4.3/premake-4.3-src.zip)
build() {
cd "$SRC/premake-$version/build/gmake.unix"
make
cd "$SRC/premake-$version"
install -Dm755 "bin/release/premake4" "${PKG}/usr/bin/premake4"
install -Dm644 LICENSE.txt "$PKG/usr/share/licenses/$name/LICENSE"
}