void-packages/srcpkgs/cppzmq/template

20 lines
533 B
Bash

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