add app-shells/tessen ebuild
This commit is contained in:
parent
304f7c99de
commit
48acfc8dde
|
@ -0,0 +1,2 @@
|
|||
DIST v2.0.0.tar.gz 24608 BLAKE2B e38c2ad593b06d2bf70bfe03057c1ad37a1b3b487b34aab94081c20076632f856f18bb54f064bc234e30339c78bb6743b0aa74f0b62bba601da71f30819b84f7 SHA512 3fa113dd646b92edb4918ab93cd48d24aa867adf38568505240b63bc87001b938fcf7f9487f2aa3745263815ec8dc9f4f1d18c87a02149b0df410760cf163573
|
||||
EBUILD tessen-2.0.0.ebuild 485 BLAKE2B 4c21a16ba52934295c358b3ea2b72f6928015a1f68acec2371fca055a44491f6727df7267d8bd14bd347861b20b0ca1c48954af7b2e97291311a95dcb37a769d SHA512 7df10ce5f68ac7400b474c72e80ad1a9c023be7dc2fd2728c275e7ffb955483cd25b98b65bba68aaa86e107254764ed52ccd61ce485b6627c6d4981fba7b3191
|
|
@ -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
|
||||
virtual/awk"
|
||||
BDEPEND=""
|
Loading…
Reference in New Issue