summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 01a46719374702645b1bcedc60dc100717621643 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Maintainer: Ben Wolsieffer <benwolsieffer@gmail.com>

pkgname=keepass-plugin-quickunlock
pkgver=2.3
pkgrel=1
pkgdesc="KeePass 2.x plugin which lets you unlock databases quickly"
license=('MIT')
depends=('keepass')
arch=('any')
url="https://github.com/KN4CK3R/KeePassQuickUnlock"
source=(https://github.com/KN4CK3R/KeePassQuickUnlock/releases/download/v${pkgver}/KeePassQuickUnlock.plgx
        https://raw.githubusercontent.com/KN4CK3R/KeePassQuickUnlock/v${pkgver}/LICENSE)
sha256sums=('848db191cf3030b774dcea387aad2ffbd3840bd5ef383943fc9000d546a71364'
            '852bcc033a46c62f99fb5ffd43b3241ba2c0c440c6034aa2114505f2c4f03c4a')

package() {
    mkdir -p "${pkgdir}/usr/share/keepass/plugins"
    install -m644 KeePassQuickUnlock.plgx "${pkgdir}/usr/share/keepass/plugins/"
    install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}