# Maintainer:
pkgname=tessen
pkgver=2.2.1
pkgrel=2
pkgdesc="interactive menu to autotype and copy pass and gopass data"
url="https://git.sr.ht/~ayushnix/tessen"
arch="noarch"
license="GPL-2.0-only"
install="$pkgname.post-install"
depends="bash"
makedepends="scdoc"
subpackages="
	$pkgname-doc
	$pkgname-fish-completion
	$pkgname-bash-completion
	"
source="$pkgname-$pkgver.tar.gz::https://git.sr.ht/~ayushnix/tessen/archive/v$pkgver.tar.gz"
builddir="$srcdir/tessen-v$pkgver"
options="!check" # no tests

package() {
	make DESTDIR="$pkgdir" FISHCOMPDIR="/usr/share/fish/vendor_completions.d" install
}

sha512sums="
a2d246155a6c27d07637389ef95e41a78d4e939a5a3e2917d76edc096919b7ef74a63a3e79f49e469c0638995d4536d5a36f7d6f33cf9fc21602d8acbcb2758b  tessen-2.2.1.tar.gz
"