20 lines
536 B
Plaintext
20 lines
536 B
Plaintext
# Template file for 'lua-MessagePack'
|
|
pkgname=lua-MessagePack
|
|
version=0.3.2
|
|
revision=1
|
|
hostmakedepends="lua>=5.2"
|
|
makedepends="lua>=5.2"
|
|
depends="lua>=5.2"
|
|
short_desc="A pure Lua implementation of msgpack.org"
|
|
maintainer="Tj Vanderpoel (bougyman) <tj@rubyists.com>"
|
|
license="MIT"
|
|
homepage="https://github.com/fperrad/lua-MessagePack"
|
|
distfiles="${homepage}/archive/${version}.tar.gz"
|
|
checksum=6580961958dd43455f7f74708514011e0aadf442167869fb60c53b018f041eac
|
|
|
|
do_install() {
|
|
make PREFIX=/usr DESTDIR="${DESTDIR}" LUAVER=5.2 install
|
|
}
|
|
|
|
|