summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: d405bb9fe8932dcf162a04ac27df7c5312e3ef34 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Maintainer: Ryan Farley <ryan.farley@gmx.com>

pkgname=keepass-plugin-qrcodeview
pkgver=1.0.2
pkgrel=1
pkgdesc="KeePass 2.x plugin which shows QR Codes for entry fields."
arch=(any)
url="https://github.com/KN4CK3R/KeePassQRCodeView"
license=('MIT')
depends=(keepass)
source=("https://github.com/KN4CK3R/KeePassQRCodeView/releases/download/v${pkgver}/KeePassQRCodeView.plgx")

package() {
    cd "$srcdir"
    install -m 644 -D KeePassQRCodeView.plgx "${pkgdir}/usr/share/keepass/plugins/KeePassQRCodeView.plgx"
}

md5sums=('82b1c458362e88a0f20d27f69ea40e82')