summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 323930dade89136161074e841a374caa4768d809 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Maintainer:smorks <smorks@40to.ca>
pkgname=keepass-natmsg
pkgver=2.0.17
pkgrel=1
epoch=
pkgdesc="KeePass plugin to expose credentials securely to a browser using Native Messaging"
arch=('any')
url="https://github.com/smorks/keepassnatmsg"
license=('GPL3')
depends=('keepass')
source=("KeePassNatMsg-$pkgver.plgx::https://github.com/smorks/keepassnatmsg/releases/download/v$pkgver/KeePassNatMsg.plgx")
sha256sums=('921e4fa9864e4ecdfb28ff6e9a84c9af78c8df8ef42a5bb373bffe55304f2e65')

package() {
    mkdir -p "${pkgdir}"/usr/share/keepass/plugins
    install -m644 "${srcdir}"/KeePassNatMsg-$pkgver.plgx "${pkgdir}"/usr/share/keepass/plugins/KeePassNatMsg.plgx
}