summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 51ead64379fa69986719d2f9e028d938d5cc4cf0 (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
# Maintainer: Ayush Agarwal <ayushnix at fastmail dot com>

pkgname=pass-tessen
pkgver=2.0.1
pkgrel=1
pkgdesc="fuzzy data selection and copy-paste from password store"
arch=(any)
url="https://git.sr.ht/~ayushnix/pass-tessen"
license=('GPL2')
depends=('pass')
optdepends=(
            'fzf: supported fuzzy selection backend'
            'skim: supported fuzzy selection backend'
            'fzy: supported fuzzy selection backend'
            'wl-clipboard: to copy text in wayland'
            'xclip: to copy text in xorg'
            'xdg-utils: to open URLs in default web browser'
            'pass-otp: to generate and copy OTPs')
conflicts=('pass-tessen-git')
source=("$url/refs/download/v$pkgver/$pkgname-$pkgver.tar.gz")
sha256sums=('83ae103ba8c21018b104f748716240724a0a56d7ede4773fef31c6e77c20d0d7')
install=pass-tessen.install

package() {
    cd "$pkgname-$pkgver"
    make DESTDIR="${pkgdir}" install
}