summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 9db494bae573ad3f8a0c687aa50bedfb201576d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Maintainer: Daniel Lima <danielmariodelima@gmail.com>

pkgname=luas
pkgver=0.7.4
pkgrel=1
pkgdesc='Lua environment manager'
arch=('i686' 'x86_64')
url='https://github.com/limadm/luas'
license=('MIT')
source=(git+https://github.com/limadm/luas#tag=0.7.4)
md5sums=('SKIP')

pkgver() {
	cd $srcdir/luas
	git describe --tags
}

package() {
	cd $srcdir/luas
	make install PREFIX=$pkgdir/usr
}