Install this version:
emerge -a =sys-apps/fw-ectool-9999
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =sys-apps/fw-ectool-9999
Or alternatively:
emerge --autounmask-write -a =sys-apps/fw-ectool-9999
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 9999 | 8 | 0 |
# Copyright 2023-2024 Robert Günzler
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="embedded controller firmware util for framework laptop"
HOMEPAGE="https://github.com/FrameworkComputer/EmbeddedController"
inherit git-r3
EGIT_REPO_URI="${HOMEPAGE}.git"
LICENSE="BSD"
SLOT="0"
KEYWORDS=""
DEPEND="
dev-embedded/libftdi
"
RDEPEND="${DEPEND}"
BDEPEND=""
src_compile() {
emake utils-host host-util-bin=ectool
}
src_install() {
dobin ${S}/build/bds/util/ectool
}
dev-embedded/libftdi
dev-embedded/libftdi