From: "Julien Roy" <julien@jroy.ca>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/tessen/
Date: Sun, 3 Apr 2022 19:51:47 +0000 (UTC) [thread overview]
Message-ID: <1649015438.319d827d4529c7f0e1e799a6782f4d76c71d0b24.julien@gentoo> (raw)
commit: 319d827d4529c7f0e1e799a6782f4d76c71d0b24
Author: Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Sun Apr 3 19:50:38 2022 +0000
Commit: Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Sun Apr 3 19:50:38 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=319d827d
gui-apps/tessen: initial commit
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Julien Roy <julien <AT> jroy.ca>
gui-apps/tessen/Manifest | 1 +
gui-apps/tessen/metadata.xml | 19 +++++++++++++++++++
gui-apps/tessen/tessen-2.1.2.ebuild | 26 ++++++++++++++++++++++++++
3 files changed, 46 insertions(+)
diff --git a/gui-apps/tessen/Manifest b/gui-apps/tessen/Manifest
new file mode 100644
index 000000000..7392fd539
--- /dev/null
+++ b/gui-apps/tessen/Manifest
@@ -0,0 +1 @@
+DIST tessen-2.1.2.tar.gz 25110 BLAKE2B c10a1a5bbb3ca86f253f8ff997a1730562e3d7bbebdbc1981fb6279c165b20b6fe71fc4477e3275ac15a76c78194a7562ad318ac0f15a048ee8172243a4d26fc SHA512 5f0ae3614f4e1bb80453408e16ff63884287b116ca436d8486ed52e4f4b9f558ee5cc73ca236a298eb74fb5bfd20caeebcfafd9eec5d9395e2337d789c12970d
diff --git a/gui-apps/tessen/metadata.xml b/gui-apps/tessen/metadata.xml
new file mode 100644
index 000000000..56ee527ad
--- /dev/null
+++ b/gui-apps/tessen/metadata.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>julien@jroy.ca</email>
+ <name>Julien Roy</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">ayushnix/tessen</remote-id>
+ </upstream>
+ <use>
+ <flag name="dmenu">Enable dmenu backend</flag>
+ <flag name="bemenu">Enable bemenu backend</flag>
+ <flag name="rofi">Enable rofi backend</flag>
+ <flag name="wofi">Enable wofi backend</flag>
+ <flag name="pass">Enable pass support</flag>
+ <flag name="gopass">Enable gopass support</flag>
+ </use>
+</pkgmetadata>
diff --git a/gui-apps/tessen/tessen-2.1.2.ebuild b/gui-apps/tessen/tessen-2.1.2.ebuild
new file mode 100644
index 000000000..c0d5cf2f4
--- /dev/null
+++ b/gui-apps/tessen/tessen-2.1.2.ebuild
@@ -0,0 +1,26 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="an interactive menu to autotype and copy pass and gopass data"
+HOMEPAGE="https://github.com/ayushnix/tessen"
+SRC_URI="https://github.com/ayushnix/tessen/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="+pass gopass dmenu bemenu wofi rofi"
+
+REQUIRED_USE="|| ( pass gopass )
+ || ( dmenu bemenu wofi rofi )"
+
+DEPEND=""
+RDEPEND="${DEPEND}
+ dmenu? ( x11-misc/dmenu )
+ bemenu? ( dev-libs/bemenu )
+ wofi? ( gui-apps/wofi )
+ rofi? ( x11-misc/rofi )
+ pass? ( app-admin/pass )
+ gopass? ( app-admin/gopass )"
+BDEPEND=""
next reply other threads:[~2022-04-03 19:51 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-04-03 19:51 Julien Roy [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-04-04 23:27 [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/tessen/ Julien Roy
2022-04-05 0:00 Julien Roy
2022-04-05 21:08 Julien Roy
2022-11-29 21:19 Julien Roy
2022-12-22 3:52 Julien Roy
2023-04-10 2:43 Julien Roy
2023-04-10 2:43 Julien Roy
2023-04-14 21:09 Julien Roy
2023-04-14 21:09 Julien Roy
2024-03-06 1:09 [gentoo-commits] repo/proj/guru:master " Julien Roy
2024-03-06 1:06 ` [gentoo-commits] repo/proj/guru:dev " Julien Roy
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1649015438.319d827d4529c7f0e1e799a6782f4d76c71d0b24.julien@gentoo \
--to=julien@jroy.ca \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox