[arch-commits] Commit in fscrypt/repos (3 files)

Anatol Pomozov anatolik at archlinux.org
Tue Mar 24 23:59:49 UTC 2020


    Date: Tuesday, March 24, 2020 @ 23:59:49
  Author: anatolik
Revision: 603950

archrelease: copy trunk to community-testing-x86_64

Added:
  fscrypt/repos/community-testing-x86_64/
  fscrypt/repos/community-testing-x86_64/PKGBUILD
    (from rev 603949, fscrypt/trunk/PKGBUILD)
  fscrypt/repos/community-testing-x86_64/pam_config
    (from rev 603949, fscrypt/trunk/pam_config)

------------+
 PKGBUILD   |   31 +++++++++++++++++++++++++++++++
 pam_config |    2 ++
 2 files changed, 33 insertions(+)

Copied: fscrypt/repos/community-testing-x86_64/PKGBUILD (from rev 603949, fscrypt/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2020-03-24 23:59:49 UTC (rev 603950)
@@ -0,0 +1,31 @@
+# Maintainer: Anatol Pomozov <anatol.pomozov at gmail.com>
+# Maintainer: Eric Biggers <ebiggers3 at gmail dot com>
+
+pkgname=fscrypt
+pkgver=0.2.7
+pkgrel=1
+pkgdesc='A tool for managing Linux filesystem encryption'
+arch=('x86_64')
+url='https://github.com/google/fscrypt'
+license=('Apache')
+makedepends=('go-pie')
+depends=('pam')
+source=("fscrypt-$pkgver.zip::https://github.com/google/fscrypt/archive/v$pkgver.zip"
+        "pam_config")
+sha256sums=('06bed0916f2374251aa3eb7337a639b4264a8a73fb490df3a6866694b8547c30'
+            'ae6ceaefc6d936c95a9b7a3f925111ffb946e6fd0152373247f1d40132f05aef')
+
+build() {
+  cd "fscrypt-$pkgver"
+  BUILDDATE="`date --utc --date="@${SOURCE_DATE_EPOCH:-$(date +%s)}"`" make
+}
+
+package() {
+  cd "fscrypt-$pkgver"
+  make PREFIX="${pkgdir}/usr" install
+  install -Dm644 ../pam_config "${pkgdir}/etc/pam.d/fscrypt"
+  install -Dm644 -t "$pkgdir/usr/share/licenses/fscrypt/" LICENSE
+
+  # Remove Ubuntu-specific PAM file
+  rm -rf "$pkgdir"/usr/share/pam-configs/
+}

Copied: fscrypt/repos/community-testing-x86_64/pam_config (from rev 603949, fscrypt/trunk/pam_config)
===================================================================
--- community-testing-x86_64/pam_config	                        (rev 0)
+++ community-testing-x86_64/pam_config	2020-03-24 23:59:49 UTC (rev 603950)
@@ -0,0 +1,2 @@
+# Allow fscrypt to check your login passphrase when you create a login protector
+auth		required	pam_unix.so



More information about the arch-commits mailing list