mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-12 18:13:50 +02:00
libmpack: fix license and lint
This commit is contained in:
parent
0ded7ba743
commit
151b65dbe4
1 changed files with 7 additions and 3 deletions
|
@ -1,18 +1,22 @@
|
||||||
# Template file for 'libmpack'
|
# Template file for 'libmpack'
|
||||||
pkgname=libmpack
|
pkgname=libmpack
|
||||||
version=1.0.5
|
version=1.0.5
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
|
make_check_target=test
|
||||||
make_build_args="LIBTOOL=${XBPS_CROSS_BASE}/usr/bin/libtool"
|
make_build_args="LIBTOOL=${XBPS_CROSS_BASE}/usr/bin/libtool"
|
||||||
make_install_args="LIBTOOL=${XBPS_CROSS_BASE}/usr/bin/libtool"
|
make_install_args="LIBTOOL=${XBPS_CROSS_BASE}/usr/bin/libtool"
|
||||||
makedepends="libtool"
|
makedepends="libtool"
|
||||||
short_desc="Simple implementation of msgpack in C"
|
short_desc="Simple implementation of msgpack in C"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="MTI"
|
license="MIT"
|
||||||
homepage="https://github.com/libmpack/libmpack"
|
homepage="https://github.com/libmpack/libmpack"
|
||||||
distfiles="https://github.com/libmpack/libmpack/archive/${version}.tar.gz"
|
distfiles="https://github.com/libmpack/libmpack/archive/${version}.tar.gz"
|
||||||
checksum=4ce91395d81ccea97d3ad4cb962f8540d166e59d3e2ddce8a22979b49f108956
|
checksum=4ce91395d81ccea97d3ad4cb962f8540d166e59d3e2ddce8a22979b49f108956
|
||||||
make_check_target=test
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE-MIT
|
||||||
|
}
|
||||||
|
|
||||||
libmpack-devel_package() {
|
libmpack-devel_package() {
|
||||||
depends="libmpack-${version}_${revision}"
|
depends="libmpack-${version}_${revision}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue