18 lines
466 B
Bash
18 lines
466 B
Bash
# Template file for 'cppzmq'
|
|
pkgname=cppzmq
|
|
version=4.2.3
|
|
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=3e6b57bf49115f4ae893b1ff7848ead7267013087dc7be1ab27636a97144d373
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|