void-packages/srcpkgs/cppzmq/template

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