app-shells/tessen: update to v2.1.3

This commit is contained in:
2023-01-21 12:18:07 +03:00
parent 15ad6d3d4c
commit 8403f81a7f
2 changed files with 3 additions and 3 deletions

View File

@@ -0,0 +1,21 @@
# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DESCRIPTION="an interactive menu to autotype and copy password-store data"
HOMEPAGE="https://github.com/ayushnix/tessen"
SRC_URI="https://github.com/ayushnix/${PN}/archive/refs/tags/v${PV}.tar.gz"
LICENSE="GPL-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND=""
RDEPEND="${DEPEND}
sys-apps/coreutils
sys-apps/findutils
sys-apps/sed
app-alternatives/awk"
BDEPEND=""