From 1e04aff595eacfb20c25261f1c17f1c5a70747a1 Mon Sep 17 00:00:00 2001 From: Toyam Cox Date: Sat, 11 Feb 2017 21:59:35 -0500 Subject: [PATCH] New package: zproto-0.20170303 --- srcpkgs/zproto/template | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 srcpkgs/zproto/template diff --git a/srcpkgs/zproto/template b/srcpkgs/zproto/template new file mode 100644 index 00000000000..aabc6bab4fd --- /dev/null +++ b/srcpkgs/zproto/template @@ -0,0 +1,22 @@ +# Template file for 'zproto' +pkgname=zproto +version=0.0.20170303 +revision=1 +_githash=3d0f98e3da06058e065efebc5d901608d1924abe +wrksrc="${pkgname}-${_githash}" +build_style=gnu-configure +hostmakedepends="automake libtool gsl-ucg xmlto asciidoc" +short_desc="Protocol framework for ZeroMQ" +maintainer="Toyam Cox " +license="MIT" +homepage="https://github.com/zeromq/zproto" +distfiles="https://github.com/zeromq/zproto/archive/${_githash}.tar.gz" +checksum=6ac24c20388fe52a31f569a647246130b16691fd234a3151c25bdeae96fbb365 + +pre_configure() { + ./autogen.sh +} + +post_install() { + vlicense LICENSE +}