1 # Maintainer: David Zaragoza <david@zaragoza.com.ve>
2 pkgname=yubikey-personalization-gui
5 pkgdesc="The Swiss Army Knike for the Yubikey"
7 url="https://www.yubico.com/personalization-tool"
9 if test "$CARCH" == x86_64; then
10 depends=(lib32-libusb lib32-qt)
12 if test "$CARCH" == i686; then
16 source=(YKPersonalization)
17 md5sums=('1472b86fb615587886f1b44c9aa17aa5')
20 install -Dm555 $startdir/YKPersonalization $pkgdir/usr/bin/YKPersonalization
23 # vim:set ts=2 sw=2 et: