[arch-commits] Commit in yubikey-personalization/repos (2 files)

Christian Hesse eworm at archlinux.org
Fri Jan 27 13:57:08 UTC 2017


    Date: Friday, January 27, 2017 @ 13:57:08
  Author: eworm
Revision: 209221

archrelease: copy trunk to community-testing-x86_64

Added:
  yubikey-personalization/repos/community-testing-x86_64/
  yubikey-personalization/repos/community-testing-x86_64/PKGBUILD
    (from rev 209220, yubikey-personalization/trunk/PKGBUILD)

----------+
 PKGBUILD |   43 +++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 43 insertions(+)

Copied: yubikey-personalization/repos/community-testing-x86_64/PKGBUILD (from rev 209220, yubikey-personalization/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2017-01-27 13:57:08 UTC (rev 209221)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Christian Hesse <mail at eworm.de>
+
+pkgname=yubikey-personalization
+_shortname=ykpers
+pkgver=1.18.0
+pkgrel=1
+pkgdesc='Yubico YubiKey Personalization library and tool'
+arch=('i686' 'x86_64')
+url='https://github.com/Yubico/yubikey-personalization'
+license=('BSD')
+depends=('libusb' 'yubico-c-client')
+makedepends=('git' 'asciidoc')
+provides=('ykpers')
+conflicts=('ykpers')
+validpgpkeys=('0A3B0262BCA1705307D5FF06BCA00FD4B2168C0A') # Klas Lindfors <klas at yubico.com>
+source=("https://developers.yubico.com/${pkgname}/Releases/${_shortname}-${pkgver}.tar.gz"{,.sig})
+sha256sums=('cf333e133b551adf5963e0f5fe0566f4e397f9784d4c1b8fc56b9d2ebcf982ad'
+            'SKIP')
+
+build() {
+	cd "${_shortname}-${pkgver}"
+
+	./configure \
+		--prefix=/usr \
+		--with-udevrulesdir=/usr/lib/udev/rules.d/
+	make
+}
+
+check() {
+	cd "${_shortname}-${pkgver}"
+
+	make check
+}
+
+package() {
+	cd "${_shortname}-${pkgver}"
+
+	install -D -m0644 COPYING "${pkgdir}/usr/share/licenses/yubikey-personalization/COPYING"
+	install -D -m0644 README "${pkgdir}/usr/share/doc/yubikey-personalization/README"
+	make DESTDIR="${pkgdir}/" install
+}
+



More information about the arch-commits mailing list