New package: cppzmq-4.2.2

Thanks to #8817, realizing there is a pkg-config fallback
This commit is contained in:
Toyam Cox 2017-11-02 14:19:50 -04:00
parent 1799cc475a
commit dd5acac5ea

17
srcpkgs/cppzmq/template Normal file
View file

@ -0,0 +1,17 @@
# Template file for 'cppzmq'
pkgname=cppzmq
version=4.2.2
revision=1
build_style=cmake
hostmakedepends="pkg-config"
makedepends="zeromq-devel"
short_desc="C++ binding for 0MQ"
maintainer="Toyam Cox <Vaelatern@voidlinux.eu>"
license="MIT"
homepage="https://github.com/zeromq/cppzmq"
distfiles="https://github.com/zeromq/cppzmq/archive/v${version}.tar.gz"
checksum=3ef50070ac5877c06c6bb25091028465020e181bbfd08f110294ed6bc419737d
post_install() {
vlicense LICENSE
}