mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-21 13:03:31 -04:00
@@ -1 +1,2 @@
|
||||
DIST tessen-2.1.2.tar.gz 25110 BLAKE2B c10a1a5bbb3ca86f253f8ff997a1730562e3d7bbebdbc1981fb6279c165b20b6fe71fc4477e3275ac15a76c78194a7562ad318ac0f15a048ee8172243a4d26fc SHA512 5f0ae3614f4e1bb80453408e16ff63884287b116ca436d8486ed52e4f4b9f558ee5cc73ca236a298eb74fb5bfd20caeebcfafd9eec5d9395e2337d789c12970d
|
||||
DIST tessen-2.1.3.tar.gz 31570 BLAKE2B ccd8764762900c92f87a84796a28caef89d2e934836061a03bcbfbce3f132395874eb5c03f175eaa275805aac9b429093a2a07bc8727da801dc000bd544eabf2 SHA512 d1c7f092c6849819c816d85fa596915478190f7efce5634fc7126c73f763f5b62edb3a92a1ab3409d0a4828de88de88605c882de64e06c2b18f41ae0e4ba8749
|
||||
|
||||
@@ -6,6 +6,12 @@
|
||||
<name>Julien Roy</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<maintainer>
|
||||
<name>ayushnix</name>
|
||||
</maintainer>
|
||||
<changelog>https://github.com/ayushnix/tessen/blob/master/CHANGELOG.md</changelog>
|
||||
<doc>https://github.com/ayushnix/tessen/blob/master/README.md</doc>
|
||||
<bugs-to>https://github.com/ayushnix/tessen/issues</bugs-to>
|
||||
<remote-id type="github">ayushnix/tessen</remote-id>
|
||||
</upstream>
|
||||
<use>
|
||||
|
||||
37
gui-apps/tessen/tessen-2.1.3.ebuild
Normal file
37
gui-apps/tessen/tessen-2.1.3.ebuild
Normal file
@@ -0,0 +1,37 @@
|
||||
# Copyright 2022 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"
|
||||
IUSE="+pass gopass bemenu wofi rofi"
|
||||
|
||||
REQUIRED_USE="|| ( pass gopass )"
|
||||
|
||||
DEPEND="app-text/scdoc"
|
||||
RDEPEND="${DEPEND}
|
||||
pass? ( app-admin/pass )
|
||||
gopass? ( app-admin/gopass )"
|
||||
BDEPEND=""
|
||||
|
||||
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
|
||||
}
|
||||
Reference in New Issue
Block a user