[arch-commits] Commit in yubikey-full-disk-encryption/repos (2 files)

Anatol Pomozov anatolik at archlinux.org
Sun Dec 1 20:43:11 UTC 2019


    Date: Sunday, December 1, 2019 @ 20:43:11
  Author: anatolik
Revision: 534653

archrelease: copy trunk to community-any

Added:
  yubikey-full-disk-encryption/repos/community-any/
  yubikey-full-disk-encryption/repos/community-any/PKGBUILD
    (from rev 534652, yubikey-full-disk-encryption/trunk/PKGBUILD)

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

Copied: yubikey-full-disk-encryption/repos/community-any/PKGBUILD (from rev 534652, yubikey-full-disk-encryption/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD	                        (rev 0)
+++ community-any/PKGBUILD	2019-12-01 20:43:11 UTC (rev 534653)
@@ -0,0 +1,27 @@
+# Maintainer: Anatol Pomozov
+# Contributor: therojam <archlinux at therojam.xyz>
+
+pkgname=yubikey-full-disk-encryption
+_commit=2ce7aa7626c8537151f8336c6782d513c4521a5c
+pkgver=r143.2ce7aa7
+pkgrel=1
+pkgdesc='Use YubiKey to unlock a LUKS partition'
+arch=(any)
+url='https://github.com/agherzan/yubikey-full-disk-encryption'
+license=(Apache)
+depends=(yubikey-personalization cryptsetup udisks2 expect)
+#optdepends=('ykchalresp-nfc: NFC support')
+makedepends=(git)
+backup=(etc/ykfde.conf)
+source=(git+https://github.com/agherzan/yubikey-full-disk-encryption.git#commit=$_commit)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd yubikey-full-disk-encryption
+  printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
+}
+
+package() {
+  cd yubikey-full-disk-encryption
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list