summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 0fcd378227a7f11fc3fedc610ec14c4cd6ff7ffe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Maintainer: Daniel Lima <danielm@tinyhub.tk>

pkgname=luas
pkgver=0.6
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)
sha256sums=('SKIP')

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