44 lines
896 B
Bash
44 lines
896 B
Bash
# Copyright 2017-2022 Gentoo Authors, projectmoon
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
# Auto-Generated by cargo-ebuild 0.5.2
|
|
|
|
EAPI=7
|
|
|
|
CRATES="
|
|
ansi_term-0.11.0
|
|
atty-0.2.14
|
|
bitflags-1.2.1
|
|
cc-1.0.67
|
|
clap-2.33.3
|
|
downcast-rs-1.2.0
|
|
hermit-abi-0.1.18
|
|
hidapi-1.2.5
|
|
libc-0.2.89
|
|
pkg-config-0.3.19
|
|
redox_hwio-0.1.3
|
|
strsim-0.8.0
|
|
textwrap-0.11.0
|
|
unicode-width-0.1.8
|
|
vec_map-0.8.2
|
|
winapi-0.3.9
|
|
winapi-i686-pc-windows-gnu-0.4.0
|
|
winapi-x86_64-pc-windows-gnu-0.4.0
|
|
"
|
|
|
|
inherit cargo
|
|
|
|
EC_VERSION="1.11"
|
|
|
|
DESCRIPTION="Purism Librem EC tool"
|
|
HOMEPAGE="https://source.puri.sm/firmware/librem-ec//-/tree//tool"
|
|
SRC_URI="
|
|
$(cargo_crate_uris ${CRATES})
|
|
https://source.puri.sm/firmware/librem-ec/-/archive/${EC_VERSION}/librem-ec-${EC_VERSION}.tar.gz -> ${P}.tar.gz
|
|
"
|
|
|
|
LICENSE="MIT"
|
|
SLOT="0"
|
|
KEYWORDS="~amd64"
|
|
S="${WORKDIR}/librem-ec-${EC_VERSION}/tool"
|
|
RESTRICT="mirror" |