vp-build/srcpkgs/cppzmq/template

19 lines
508 B
Bash

# Template file for 'cppzmq'
pkgname=cppzmq
version=4.3.0
revision=1
build_style=cmake
configure_args="-DCPPZMQ_BUILD_TESTS=OFF"
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=27d1f56406ba94ee779e639203218820975cf68174f92fbeae0f645df0fcada4
post_install() {
vlicense LICENSE
}