blob: 976e3280ef5248c80bcf787646288c3613dec75d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
# Maintainer: Ayush Agarwal <ayush at ayushnix dot com>
pkgname=tessen
pkgver=2.2.3
pkgrel=1
pkgdesc="An interactive menu to autotype and copy password-store and gopass data"
arch=(any)
url="https://sr.ht/~ayushnix/tessen/"
_url="https://git.sr.ht/~ayushnix/tessen"
license=('GPL2')
makedepends=('scdoc')
optdepends=('pass: supported pass backend'
'gopass: supported pass backend'
'wtype: to autotype data'
'wl-clipboard: to copy data'
'libnotify: to send notifications about copied data'
'fuzzel: wayland native dmenu backend'
'tofi: wayland native dmenu backend'
'bemenu: wayland native dmenu backend'
'yofi: wayland native dmenu backend'
'wofi: wayland native dmenu backend'
'rofi-lbonn-wayland-git: the wayland native fork of rofi'
'pass-otp: to generate OTP'
'xdg-utils: to open URLs in default web browser')
source=("$_url/refs/download/v$pkgver/$pkgname-$pkgver.tar.gz")
sha256sums=('f38dbbacac1bbc370fa04baf119d4ff70dd6f8bb6bcb2ae7d3a56c6860bc0fbb')
install=tessen.install
package() {
cd "$pkgname-$pkgver"
make DESTDIR="${pkgdir}" install
}
|