guru/app-misc/kloak/kloak-0.2.30.ebuild
Lucio Sauer f2be215fb9
*/*: fix variable order
Manually went through some entries for `pkgcheck scan -c
VariableOrderCheck`.

Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
2024-04-26 16:46:35 +02:00

27 lines
589 B
Bash

# 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/0.2.30-2/${P}-2.tar.gz"
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
}