# Description: Open source universal messaging library # URL: https://zeromq.org/ # Maintainer: Aaron Ball, nullspoon at oper dot io # Depends on: name=libzmq version=4.3.4 release=1 source=(https://github.com/zeromq/libzmq/archive/refs/tags/v${version}.tar.gz) build() { cd ${name}-${version} mkdir build && cd build cmake -D CMAKE_INSTALL_PREFIX=/usr .. make make DESTDIR=${PKG} install }