summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: cde3f65011a7e602cffce355cc3fe68a9f4cced4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Contributor: Ivy Foster <code@escondida.tk>

pkgname=lua-cosmo-git
pkgver=16.06.04
pkgrel=1
pkgdesc='Safe templates for Lua'
arch=(i686 x86_64)
url='http://cosmo.luaforge.net/'
license=(MIT)

depends=(lua lua-lpeg)
makedepends=(luarocks)

provides=(lua-cosmo)
conflicts=(lua-cosmo)

source=('git+https://github.com/mascarenhas/cosmo.git')
md5sums=(SKIP)

package() {
	luarocks --tree="$pkgdir/usr" install --deps-mode=none cosmo
	find "$pkgdir/usr" -name manifest -delete
}