blob: 07e6ddf8b7e06988b876d889aa667b4972233539 [file] [log] [blame]
Sonny Rao57573122019-01-29 22:36:17 -08001# Copyright 2019 The Chromium OS Authors. All rights reserved.
2# Distributed under the terms of the GNU General Public License v2
3
4EAPI="6"
5
6inherit cros-rust
7
8DESCRIPTION="Support for Unix domain socket clients and servers."
9HOMEPAGE="https://github.com/rust-lang-nursery/unix-socket"
10SRC_URI="https://crates.io/api/v1/crates/${PN}/${PV}/download -> ${P}.crate"
11
12LICENSE="|| ( MIT Apache-2.0 )"
13SLOT="${PV}/${PR}"
14KEYWORDS="*"
15
16DEPEND=">=dev-rust/cfg-if-0.1.0:=
17 >=dev-rust/libc-0.2.1:=
18 >=dev-rust/tempdir-0.3.0:=
19"