summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: a3aa2478ad7e0ced72f61f7103c359d504c46e69 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Maintainer: Gerad Munsch <gmunsch@unforgivendevelopment.com>

_pkgname=keeotp
_pkgname2=KeeOtp
pkgname=keepass-plugin-keeotp-beta
pkgver=1.3.7
pkgrel=1
pkgdesc="KeePass plugin that generates TOTPs from secrets stored in the KeePass database (ie: Google Authenticator, other RFC 6238 compliant TOTP implementations) (Beta version)"
license=('MIT')
depends=('keepass')
provides=('keepass-plugin-keeotp')
conflicts=('keepass-plugin-keeotp')
arch=('any')
url="https://bitbucket.org/devinmartin/keeotp/wiki/Home"
source=("https://bitbucket.org/devinmartin/keeotp/downloads/${_pkgname2}-${pkgver}-Beta.zip")
sha512sums=('08d84aefb397b2795698317ae7f6fddd006e40cf78a155955f2dc184bef765469671ca7df385f409c85e862803e6b80ce6cb899cdbf5730334c08f4e83bd2a63')


package() {
    install -Dm644 "${srcdir}"/${_pkgname2}.plgx "${pkgdir}"/usr/share/keepass/plugins/${_pkgname2}.plgx
    install -Dm644 "${srcdir}"/README.txt "${pkgdir}"/usr/share/keepass/plugins/${_pkgname2}-README.txt
    install -Dm644 "${srcdir}"/LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE.txt
}