blob: 27dd3cf5651ae68e42c7221d5e8b95058b40cfb6 [file] [log] [blame]
# Copyright 2019 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
inherit cros-rust
DESCRIPTION="Protobuf protoc command as API"
HOMEPAGE="https://github.com/stepancheg/rust-protobuf/protoc/"
SRC_URI="https://crates.io/api/v1/crates/${PN}/${PV}/download -> ${P}.crate"
LICENSE="MIT"
SLOT="0/${PVR}"
KEYWORDS="*"
DEPEND="
=dev-rust/log-0*:=
"
RDEPEND="
!dev-rust/protoc:2.3.0
"