lua52-MessagePack: update to 0.5.2 and fix location

This commit is contained in:
q66 2019-12-02 19:59:09 +01:00 committed by Helmut Pozimski
parent 57ebb0bcc3
commit 68cd93d56c

View file

@ -1,23 +1,21 @@
# Template file for 'lua52-MessagePack'
pkgname=lua52-MessagePack
version=0.5.1
version=0.5.2
revision=1
archs=noarch
wrksrc="${pkgname/52/}-${version}"
hostmakedepends="lua52"
makedepends="lua52"
depends="lua52>=5.2"
short_desc="A pure Lua implementation of msgpack.org"
short_desc="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=f1ef69752cc7cbb8f8147be62b71017db1877021829eb10de57405c86fb0d2f9
homepage="https://framagit.org/fperrad/lua-MessagePack"
distfiles="${homepage}/-/archive/${version}/${wrksrc}.tar.gz"
checksum=e8285b1c574fca279e7ec8c09b49073ef48a13c4a12d8db920ca50be34b07394
replaces="lua-MessagePack>=0"
do_install() {
make PREFIX=/usr DESTDIR="${DESTDIR}" LUAVER=5.2 install
vlicense COPYRIGHT LICENSE
}