summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 4c21fe94f90d4f9bd0bab478590b5b61813cd24a (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.9.0
pkgrel=1
pkgdesc="RPC plugin for Keepass"
license=('GPL')
depends=("keepass")
url="https://github.com/kee-org/keepassrpc"
source=(https://github.com/kee-org/keepassrpc/releases/download/v1.9.0/KeePassRPC.plgx)
arch=(any)
sha256sums=('4b24fc8e47ca70989a7d948397a4707913484027635ad5f8be7f96794cfe0309')

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