summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 7b6fb832909763c9a8367603b08e53dff714abcd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Maintainer: Nils Bars <arch@nbars.de>

pkgname=keepass-plugin-keechallenge
pkgver=1.5
pkgrel=2
pkgdesc="A plugin that allows to use the yubikey HMAC-SHA1 challenge-response functionality in Keepass."
arch=('i686' 'x86_64')
url="https://github.com/brush701/keechallenge"
license=('GPL2')
depends=('keepass' 'yubikey-personalization')
source=(https://github.com/brush701/keechallenge/releases/download/${pkgver}/KeeChallenge_${pkgver}.zip)

build() {
  cd ${srcdir}

}

package() {
  cd "${srcdir}/KeeChallenge_${pkgver}"
  install -D -m 644 KeeChallenge.dll.config ${pkgdir}/usr/share/keepass/Plugins/KeeChallenge.dll.config
  install -D -m 644 KeeChallenge.dll ${pkgdir}/usr/share/keepass/Plugins/KeeChallenge.dll
}

md5sums=('80a7eada1c86332b3f91b75e4e8317f0')
sha512sums=('2ac8c81482c9f6f22963e2555f6b9d0b762c99c6348e0aa4e734462d5c011ba56fb529a7aa5f702a1790e57e50cdfa6fcd7c04f488703ab5d682e77db85bdc48')