libmpack: fix license and lint

This commit is contained in:
meator 2021-08-22 10:40:52 +02:00 committed by Érico Nogueira Rolim
parent 0ded7ba743
commit 151b65dbe4

View file

@ -1,18 +1,22 @@
# Template file for 'libmpack'
pkgname=libmpack
version=1.0.5
revision=1
revision=2
build_style=gnu-makefile
make_check_target=test
make_build_args="LIBTOOL=${XBPS_CROSS_BASE}/usr/bin/libtool"
make_install_args="LIBTOOL=${XBPS_CROSS_BASE}/usr/bin/libtool"
makedepends="libtool"
short_desc="Simple implementation of msgpack in C"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MTI"
license="MIT"
homepage="https://github.com/libmpack/libmpack"
distfiles="https://github.com/libmpack/libmpack/archive/${version}.tar.gz"
checksum=4ce91395d81ccea97d3ad4cb962f8540d166e59d3e2ddce8a22979b49f108956
make_check_target=test
post_install() {
vlicense LICENSE-MIT
}
libmpack-devel_package() {
depends="libmpack-${version}_${revision}"