Install this version:
emerge -a =gui-apps/tessen-2.2.1
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =gui-apps/tessen-2.2.1
Or alternatively:
emerge --autounmask-write -a =gui-apps/tessen-2.2.1
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 2.2.1 | 8 | ~amd64 | 0 |
# Copyright 2022-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit optfeature
DESCRIPTION="an interactive menu to autotype and copy pass and gopass data"
HOMEPAGE="https://github.com/ayushnix/tessen"
if [[ ${PV} == 9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/ayushnix/${PN}.git"
else
SRC_URI="https://github.com/ayushnix/tessen/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64"
fi
LICENSE="GPL-2"
SLOT="0"
# Requires shfmt (https://github.com/mvdan/sh) which is not packaged
RESTRICT="test"
DEPEND="app-text/scdoc"
RDEPEND="${DEPEND}
|| ( app-admin/pass
app-admin/gopass
)
"
pkg_postinst() {
optfeature "autotype support" gui-apps/wtype
optfeature "clipboard support" gui-apps/wl-clipboard
optfeature "URL opening support" x11-misc/xdg-utils
optfeature "OTP support" app-admin/pass-otp
optfeature "notifications support" x11-libs/libnotify
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | tessen-2.2.1.tar.gz | 31402 bytes | https://github.com/ayushnix/tessen/archive/v2.2.1.tar.gz |