app-misc/kloak - 0.2.30 (guru)

Search

Install

Install this version:

emerge -a =app-misc/kloak-0.2.30

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =app-misc/kloak-0.2.30

Or alternatively:

emerge --autounmask-write -a =app-misc/kloak-0.2.30

Package Information

Description:
A privacy tool that makes keystroke biometrics less effective
Homepage:
https://github.com/Whonix/kloak
License:
BSD

Ebuild Details

Version EAPI Keywords Slot
0.2.30 8 ~amd64 0
View Raw Ebuild
# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DESCRIPTION="A privacy tool that makes keystroke biometrics less effective"
HOMEPAGE="https://github.com/Whonix/kloak"
SRC_URI="https://gitlab.com/whonix/kloak/-/archive/${PV}-2/${P}-2.tar.bz2"

S="${WORKDIR}/${P}-2"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64"

RDEPEND="${DEPEND}"
CONFIG_CHECK="~UINPUT"
PATCHES=(
	"${FILESDIR}"/toolchain-call.patch
)
src_install() {
	dobin eventcap
	dobin kloak
	doman auto-generated-man-pages/eventcap.8
	doman auto-generated-man-pages/kloak.8
}

Manifest for 0.2.30

Type File Size Source URLs
DIST kloak-0.2.30-2.tar.bz2 98626 bytes https://gitlab.com/whonix/kloak/-/archive/0.2.30-2/kloak-0.2.30-2.tar.bz2