sys-process/glances: 3.1.4.1-r1 amd64 stable, bug #720368
[gentoo.git] / dev-libs / c-capnproto / c-capnproto-0.3.ebuild
1 # Copyright 1999-2017 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=5
5
6 inherit autotools-utils
7
8 DESCRIPTION="C library/compiler for the Cap'n Proto serialization/RPC protocol"
9 HOMEPAGE="https://github.com/opensourcerouting/c-capnproto"
10 SRC_URI="https://github.com/opensourcerouting/c-capnproto/releases/download/${P}/${P}.tar.xz"
11
12 LICENSE="MIT"
13 SLOT="0"
14 KEYWORDS="~amd64 ~arm ~arm64"
15 IUSE=""
16
17 RDEPEND=""
18 DEPEND="${RDEPEND}
19         app-arch/xz-utils
20 "