summaryrefslogtreecommitdiff
path: root/community/premake/PKGBUILD
blob: 2281aa1888bbbefdd4bb824549573f12bbb44774 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# $Id: PKGBUILD 64782 2012-02-18 04:43:05Z svenstaro $
# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com>
# Contributor: revel <revelΘmuub·net>
# Contributor: Marcos J. S. Magalhaes <mjsmagalhaes ^dot^ insc _at_ gmail ~dot~ com>

pkgname=premake
pkgver=4.3
pkgrel=2
pkgdesc="A simple build configuration and project generation tool using lua"
arch=('i686' 'x86_64')
url="http://industriousone.com/premake"
license=('BSD')
provides=("premake4")
source=(http://downloads.sourceforge.net/project/premake/Premake/$pkgver/premake-$pkgver-src.zip)
md5sums=('8cfafee76f9665c93b2e9ad15b015eb7')

build() {
  cd $srcdir/premake-$pkgver/build/gmake.unix

  make
}

package() {
  install -Dm755 $srcdir/premake-$pkgver/bin/release/premake4 ${pkgdir}/usr/bin
}