Advertisement
Guest User

Updated yubico-piv-tool

a guest
Nov 27th, 2015
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. # Maintainer: travisghansen <travisghansen@yahoo.com>
  2.  
  3. pkgname=yubico-piv-tool
  4. pkgver=1.1.2
  5. pkgrel=1
  6. pkgdesc="Tool to interact with the PIV applet on a YubiKey NEO"
  7. arch=('i686' 'x86_64')
  8. license=('GPL3')
  9. depends=('pcsclite')
  10. url=https://developers.yubico.com/yubico-piv-tool/
  11. source=("${pkgname}-${pkgver}.tar.gz::https://developers.yubico.com/yubico-piv-tool/Releases/${pkgname}-${pkgver}.tar.gz")
  12. md5sums=('bdb81f4aaacf65dc8a9883c6973642cf')
  13. options=(!libtool)
  14.  
  15. build() {
  16. cd "${pkgname}-${pkgver}"
  17. ./configure --prefix=/usr
  18. make
  19. }
  20.  
  21. package() {
  22. cd "${pkgname}-${pkgver}"
  23. DESTDIR="${pkgdir}" make install
  24. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement