dev-libs/c-capnproto - 0.3 (gentoo)

Search

Install

Install this version:

emerge -a =dev-libs/c-capnproto-0.3

Package Information

Description:
C library/compiler for the Cap'n Proto serialization/RPC protocol
Homepage:
https://github.com/opensourcerouting/c-capnproto
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
0.3 8 amd64 arm arm64 0
View Raw Ebuild
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

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 arm arm64"

BDEPEND="app-arch/xz-utils"

src_install() {
	default
	find "${ED}" -type f -name '*.la' -delete || die
}

Dependencies

BDEPEND

app-arch/xz-utils

Manifest for 0.3

Type File Size Source URLs
DIST c-capnproto-0.3.tar.xz 620560 bytes https://github.com/opensourcerouting/c-capnproto/releases/download/c-capnproto-0.3/c-capnproto-0.3.tar.xz