Date: Friday, December 4, 2020 @ 17:53:28
  Author: anatolik
Revision: 769997

archrelease: copy trunk to community-testing-any

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

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

Copied: yubikey-full-disk-encryption/repos/community-testing-any/PKGBUILD (from 
rev 769996, yubikey-full-disk-encryption/trunk/PKGBUILD)
===================================================================
--- community-testing-any/PKGBUILD                              (rev 0)
+++ community-testing-any/PKGBUILD      2020-12-04 17:53:28 UTC (rev 769997)
@@ -0,0 +1,29 @@
+# Maintainer: Anatol Pomozov
+# Contributor: therojam <archli...@therojam.xyz>
+
+pkgname=yubikey-full-disk-encryption
+_commit=2c5fdf3200ad62337078c4e5dd109040e836d73c
+pkgver=r150.2c5fdf3
+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)
+optdepends=('ykchalresp-nfc: NFC support'
+            'udisks2: use ykfde-open without root'
+            'expect: use ykfde-open without root')
+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
+}

Reply via email to