mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
lua52-MessagePack: update to 0.5.2 and fix location
This commit is contained in:
parent
57ebb0bcc3
commit
68cd93d56c
1 changed files with 5 additions and 7 deletions
|
@ -1,23 +1,21 @@
|
||||||
# Template file for 'lua52-MessagePack'
|
# Template file for 'lua52-MessagePack'
|
||||||
pkgname=lua52-MessagePack
|
pkgname=lua52-MessagePack
|
||||||
version=0.5.1
|
version=0.5.2
|
||||||
revision=1
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
wrksrc="${pkgname/52/}-${version}"
|
wrksrc="${pkgname/52/}-${version}"
|
||||||
hostmakedepends="lua52"
|
hostmakedepends="lua52"
|
||||||
makedepends="lua52"
|
makedepends="lua52"
|
||||||
depends="lua52>=5.2"
|
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>"
|
maintainer="Tj Vanderpoel (bougyman) <tj@rubyists.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/fperrad/lua-MessagePack"
|
homepage="https://framagit.org/fperrad/lua-MessagePack"
|
||||||
distfiles="${homepage}/archive/${version}.tar.gz"
|
distfiles="${homepage}/-/archive/${version}/${wrksrc}.tar.gz"
|
||||||
checksum=f1ef69752cc7cbb8f8147be62b71017db1877021829eb10de57405c86fb0d2f9
|
checksum=e8285b1c574fca279e7ec8c09b49073ef48a13c4a12d8db920ca50be34b07394
|
||||||
replaces="lua-MessagePack>=0"
|
replaces="lua-MessagePack>=0"
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
make PREFIX=/usr DESTDIR="${DESTDIR}" LUAVER=5.2 install
|
make PREFIX=/usr DESTDIR="${DESTDIR}" LUAVER=5.2 install
|
||||||
vlicense COPYRIGHT LICENSE
|
vlicense COPYRIGHT LICENSE
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue