From a376b6b2415a4c1f3f9b24cd73cab6fc8b61633e Mon Sep 17 00:00:00 2001 From: meator Date: Sun, 22 Aug 2021 10:40:52 +0200 Subject: [PATCH] libmpack: fix license and lint --- srcpkgs/libmpack/template | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/srcpkgs/libmpack/template b/srcpkgs/libmpack/template index 8672ebeb54db..6e749f09fd57 100644 --- a/srcpkgs/libmpack/template +++ b/srcpkgs/libmpack/template @@ -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 " -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}"