void-packages/srcpkgs/cppzmq/template
Toyam Cox dd5acac5ea New package: cppzmq-4.2.2
Thanks to #8817, realizing there is a pkg-config fallback
2017-11-02 14:19:56 -04:00

17 lines
466 B
Bash

# 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
}