summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: e0156dc46c006d654693ddf24048b3b77fbc24c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Maintainer: scan
pkgname=keepass-plugin-rpc
pkgver=1.16.0
pkgrel=1
pkgdesc="RPC plugin for Keepass"
license=('GPL')
depends=("keepass>=2.48")
url="https://github.com/kee-org/keepassrpc"
source=(https://github.com/kee-org/keepassrpc/releases/download/v${pkgver}/KeePassRPC.plgx)
arch=(any)
sha256sums=('a7975896e0ab5c02a1061966eac43741013780b309cc466c1d7c069d5797168b')

package(){
   mkdir -p "${pkgdir}"/usr/share/keepass/Plugins
   install -m644 KeePassRPC.plgx "${pkgdir}"/usr/share/keepass/Plugins
}