Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: tessen-2.2.1
@ 2023-04-10 18:15 reedts
  2023-04-10 18:52 ` [PR REVIEW] " paper42
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: reedts @ 2023-04-10 18:15 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 945 bytes --]

There is a new pull request by reedts against master on the void-packages repository

https://github.com/reedts/void-packages tessen_v2.2.1
https://github.com/void-linux/void-packages/pull/43377

New package: tessen-2.2.1
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **NO**

While technically this PR does not conform to rule *2* of the package requirements, I consider this as a direct replacement for `rofi-pass` (which itself is also only a shell script) for users running Wayland. As we package `rofi-pass`, I think providing an alternative for Wayland makes sense.

A patch file from https://github.com/void-linux/void-packages/pull/43377.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-tessen_v2.2.1-43377.patch --]
[-- Type: text/x-diff, Size: 1127 bytes --]

From 9e5ce67e9e8eb84bad90d972927513e1d81fedf3 Mon Sep 17 00:00:00 2001
From: reedts <j.reedts@gmail.com>
Date: Mon, 10 Apr 2023 20:04:22 +0200
Subject: [PATCH] New package: tessen-2.2.1

---
 srcpkgs/tessen/template | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 srcpkgs/tessen/template

diff --git a/srcpkgs/tessen/template b/srcpkgs/tessen/template
new file mode 100644
index 000000000000..039e0ecba979
--- /dev/null
+++ b/srcpkgs/tessen/template
@@ -0,0 +1,17 @@
+# Template file for 'tessen'
+pkgname=tessen
+version=2.2.1
+revision=1
+hostmakedepends="scdoc"
+short_desc="Interactive menu to autotype and copy pass and gopass data"
+maintainer="reedts <j.reedts@gmail.com>"
+license="GPL-2.0-only"
+homepage="https://git.sr.ht/~ayushnix/tessen"
+distfiles="https://git.sr.ht/~ayushnix/tessen/refs/download/v${version}/tessen-${version}.tar.gz"
+checksum=31d510d5ffac5825bc7e63f13283c5d432eb102db2d2483ee937c9135c8cfc04
+
+do_install() {
+	make PREFIX=/usr DESTDIR=${DESTDIR} install
+	vcompletion completion/tessen.bash-completion bash
+	vcompletion completion/tessen.fish-completion fish
+}

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2023-06-25 18:02 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-10 18:15 [PR PATCH] New package: tessen-2.2.1 reedts
2023-04-10 18:52 ` [PR REVIEW] " paper42
2023-04-10 19:00 ` reedts
2023-04-11  1:03 ` classabbyamp
2023-04-11  7:34 ` [PR PATCH] [Updated] " reedts
2023-04-11  7:34 ` [PR REVIEW] " reedts
2023-04-11  7:43 ` [PR PATCH] [Updated] " reedts
2023-04-11  7:46 ` [PR REVIEW] " reedts
2023-04-11  7:48 ` classabbyamp
2023-04-11  7:52 ` [PR PATCH] [Updated] " reedts
2023-04-11 17:46 ` [PR REVIEW] " reedts
2023-06-25 18:02 ` [PR PATCH] [Closed]: " Duncaen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).