blob: a564914a488d0995d187933dd32f5f1117f7020c [file] [log] [blame]
# Copyright 2022 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
CROS_RUST_REMOVE_DEV_DEPS=1
inherit cros-rust
DESCRIPTION='Cross-platform system"s host name functions'
HOMEPAGE='https://crates.io/crates/hostname'
SRC_URI="https://crates.io/api/v1/crates/${PN}/${PV}/download -> ${P}.crate"
LICENSE="MIT"
SLOT="${PV}/${PR}"
KEYWORDS="*"
DEPEND="
=dev-rust/match_cfg-0.1*:=
=dev-rust/libc-0.2*:=
=dev-rust/winapi-0.3*:=
"
RDEPEND="${DEPEND}"
# This file was automatically generated by cargo2ebuild.py