summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 3bf382c2ab99cdab04563ed2f0c57a2c814b6184 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Maintainer: American_Jesus <american.jesus.pt AT gmail DOT com>

_pkgname=HaveIBeenPwned
pkgname=keepass-plugin-haveibeenpwned
pkgver=0.2.4.1
pkgrel=1
pkgdesc='KeePass plugin to check all entries with URLs against the "Have I Been Pwned?" and Cloudbleed breach list'
license=('MIT')
depends=('keepass')
arch=('any')
url="https://github.com/andrew-schofield/keepass2-haveibeenpwned"
source=("https://github.com/andrew-schofield/keepass2-haveibeenpwned/raw/master/${_pkgname}.plgx")
sha512sums=('72f6be3afddac9280cdce21f23e24852aebdf0f0ddae2ae2be79f8f13bf9a9ac02f9a1e31c2aa297982ad90d3c911bc38eb31b251fe51f626c728b1f56e4db7c')

package() {
    install -Dm644 "${srcdir}"/${_pkgname}.plgx "${pkgdir}"/usr/share/keepass/plugins/${_pkgname}.plgx
}