void-packages/srcpkgs/libmpack/template
Lugubris d78cb0d201 Drop maintainership of orphaned packages
some packages were dropped but their maintainer= was not updated in template.
this will help new maintainers adopt these packages.

-> https://github.com/void-linux/void-packages/pull/13930#issuecomment-524610652
2019-08-25 21:16:43 +02:00

27 lines
794 B
Bash

# Template file for 'libmpack'
pkgname=libmpack
version=1.0.5
revision=1
build_style=gnu-makefile
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"
homepage="https://github.com/libmpack/libmpack"
distfiles="https://github.com/libmpack/libmpack/archive/${version}.tar.gz"
checksum=4ce91395d81ccea97d3ad4cb962f8540d166e59d3e2ddce8a22979b49f108956
make_check_target=test
libmpack-devel_package() {
depends="libmpack-${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
vmove "usr/lib/*.so"
vmove "usr/lib/*.a"
}
}