[arch-commits] Commit in (4 files)

Anatol Pomozov anatolik at archlinux.org
Sun Dec 1 20:42:09 UTC 2019


    Date: Sunday, December 1, 2019 @ 20:42:09
  Author: anatolik
Revision: 534652

Add yubikey-full-disk-encryption package

Added:
  yubikey-full-disk-encryption/
  yubikey-full-disk-encryption/repos/
  yubikey-full-disk-encryption/trunk/
  yubikey-full-disk-encryption/trunk/PKGBUILD

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

Added: yubikey-full-disk-encryption/trunk/PKGBUILD
===================================================================
--- yubikey-full-disk-encryption/trunk/PKGBUILD	                        (rev 0)
+++ yubikey-full-disk-encryption/trunk/PKGBUILD	2019-12-01 20:42:09 UTC (rev 534652)
@@ -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
+}


Property changes on: yubikey-full-disk-encryption/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list