Skip to content

Commit

Permalink
libmpack: fix license and lint
Browse files Browse the repository at this point in the history
  • Loading branch information
meator authored and ericonr committed Aug 27, 2021
1 parent 0ded7ba commit 151b65d
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions 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 <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}"
Expand Down

0 comments on commit 151b65d

Please sign in to comment.