summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 1758532a19ae00cce9ec12fbc900186221c0f1d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Maintainer: Caleb Maclennan <caleb@alerque.com>

pkgname=lua-utf8
pkgver=0.1.1
_rockname=luautf8
_rockrel=1
pkgrel=2
pkgdesc="Add UTF-8 support to Lua, compatible with Lua string module."
arch=('i686' 'x86_64')
url="http://github.com/starwing/luautf8"
license=('MIT')
depends=('lua')
makedepends=('luarocks')
conflicts=()
source=("https://luarocks.org/${_rockname}-${pkgver}-${_rockrel}.src.rock")
sha256sums=('51aa211a9d39d62c65bfcca4eccb8482a11bfe918992eed58104b646338d62a0')

package() {
  luarocks --tree="$pkgdir/usr" install --deps-mode=none "${_rockname}-${pkgver}-${_rockrel}.src.rock"
  find "$pkgdir/usr" -name manifest -delete
}