void-packages/srcpkgs/lua-MessagePack/template
Juan RP 1c5f4690e6 xbps-src: always require current srcpkgs version in build dependencies.
That means that version comparators are not supported anymore in
hostmakedepends and makedepends.

This will ensure that a pkg is always built with the same build dependencies
everywhere, if the srcpkgs tree is uptodate.
2015-03-27 10:59:58 +01:00

20 lines
526 B
Bash

# Template file for 'lua-MessagePack'
pkgname=lua-MessagePack
version=0.3.2
revision=1
hostmakedepends="lua"
makedepends="lua"
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
}