Install this version:
emerge -a =media-video/anker-powerconf-c200-linux-tools-0.1.0
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =media-video/anker-powerconf-c200-linux-tools-0.1.0
Or alternatively:
emerge --autounmask-write -a =media-video/anker-powerconf-c200-linux-tools-0.1.0
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.1.0 | 8 | ~amd64 | 0 |
# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit toolchain-funcs
DESCRIPTION="CLI to control vendor-specific features of the Anker PowerConf C200 webcam"
HOMEPAGE="https://github.com/erans/anker-powerconf-c200-linux-tools"
SRC_URI="https://github.com/erans/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
src_install() {
dobin build/${PN}
dodoc README.md
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | anker-powerconf-c200-linux-tools-0.1.0.tar.gz | 8073 bytes | https://github.com/erans/anker-powerconf-c200-linux-tools/archive/refs/tags/v0.1.0.tar.gz |