# Maintainer: Maximilian Berger pkgname=keepass-password-counter pkgver=0.1 pkgrel=1 pkgdesc="This plugin provides a button in the entry dialog with the number of entries that use the password of the open entry, too. It is possible to get the complete list of entries that use the reference password." arch=("any") url="http://keepasspasswordcounter.sourceforge.net/" license=("GPLv2") depends=("keepass") source=("http://kent.dl.sourceforge.net/project/keepasspasswordcounter/v${pkgver}/KPPasswordCounter.plgx") sha256sums=('2974a8605a74f0c4904625ead21f86096ccf532c042cb308a7241c0f918103fc') package() { cd "$srcdir" install -Dm664 KPPasswordCounter.plgx "$pkgdir/usr/share/keepass/KPPasswordCounter.plgx" }