summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2017-05-25 17:37:05 +0200
committerAlexis Ballier <aballier@gentoo.org>2017-05-25 17:48:48 +0200
commitf9efc329d7df81df3e8f6371fc604df1e9a9805e (patch)
tree4a8c9b33a86abcafab19d9a4a910426b44c5b4a1 /dev-libs/c-capnproto/c-capnproto-0.3.ebuild
parentmedia-libs/opus: bump to 1.1.5 (diff)
downloadgentoo-f9efc329d7df81df3e8f6371fc604df1e9a9805e.tar.gz
gentoo-f9efc329d7df81df3e8f6371fc604df1e9a9805e.tar.bz2
gentoo-f9efc329d7df81df3e8f6371fc604df1e9a9805e.zip
dev-libs/c-capnproto: Bump to 0.3
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-libs/c-capnproto/c-capnproto-0.3.ebuild')
-rw-r--r--dev-libs/c-capnproto/c-capnproto-0.3.ebuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-libs/c-capnproto/c-capnproto-0.3.ebuild b/dev-libs/c-capnproto/c-capnproto-0.3.ebuild
new file mode 100644
index 000000000000..ad8901841eb7
--- /dev/null
+++ b/dev-libs/c-capnproto/c-capnproto-0.3.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+inherit autotools-utils
+
+DESCRIPTION="C library/compiler for the Cap'n Proto serialization/RPC protocol"
+HOMEPAGE="https://github.com/opensourcerouting/c-capnproto"
+SRC_URI="https://github.com/opensourcerouting/c-capnproto/releases/download/${P}/${P}.tar.xz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+ app-arch/xz-utils
+"