New package: cppzmq-4.2.2
Thanks to #8817, realizing there is a pkg-config fallback
This commit is contained in:
parent
1799cc475a
commit
dd5acac5ea
1 changed files with 17 additions and 0 deletions
17
srcpkgs/cppzmq/template
Normal file
17
srcpkgs/cppzmq/template
Normal file
|
@ -0,0 +1,17 @@
|
|||
# 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
|
||||
}
|
Loading…
Reference in a new issue