Install this version:
emerge -a =app-misc/interception-caps2esc-0.3.2
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =app-misc/interception-caps2esc-0.3.2
Or alternatively:
emerge --autounmask-write -a =app-misc/interception-caps2esc-0.3.2
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.3.2 | 8 | ~amd64 | 0 |
# Copyright 2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit cmake
DESCRIPTION="Interception tools plugin switching CAPS and ESC"
MY_PN="${PN##interception-}"
MY_P="${MY_PN}-v${PV}"
HOMEPAGE="https://gitlab.com/interception/linux/plugins/caps2esc"
SRC_URI="https://gitlab.com/interception/linux/plugins/${MY_PN}/-/archive/v${PV}/${MY_P}.tar.bz2"
S="${WORKDIR}/${MY_P}"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
PATCHES=(
"${FILESDIR}/cmake-bump.patch"
)
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | caps2esc-v0.3.2.tar.bz2 | 5672 bytes | https://gitlab.com/interception/linux/plugins/caps2esc/-/archive/v0.3.2/caps2esc-v0.3.2.tar.bz2 |