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

Felix Yan felixonmars at archlinux.org
Tue Jul 7 16:05:44 UTC 2020


    Date: Tuesday, July 7, 2020 @ 16:05:43
  Author: felixonmars
Revision: 659110

archrelease: copy trunk to community-staging-any

Added:
  pass/repos/community-staging-any/
  pass/repos/community-staging-any/PKGBUILD
    (from rev 659108, pass/trunk/PKGBUILD)

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

Copied: pass/repos/community-staging-any/PKGBUILD (from rev 659108, pass/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2020-07-07 16:05:43 UTC (rev 659110)
@@ -0,0 +1,33 @@
+# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
+# Contributor: Simon Zimmermann <simon at insmo.com>
+
+pkgname='pass'
+pkgver=1.7.3
+pkgrel=2
+pkgdesc='Stores, retrieves, generates, and synchronizes passwords securely'
+arch=('any')
+url='https://www.passwordstore.org/'
+license=('GPL2')
+depends=('xclip' 'bash' 'gnupg' 'tree')
+checkdepends=('git')
+optdepends=('git: for Git support'
+            'dmenu: for passmenu'
+            'qrencode: for QR code support')
+replaces=('passmenu')
+provides=('passmenu')
+conflicts=('passmenu')
+source=("https://git.zx2c4.com/password-store/snapshot/password-store-${pkgver}.tar.xz")
+sha256sums=('2b6c65846ebace9a15a118503dcd31b6440949a30d3b5291dfb5b1615b99a3f4')
+
+check() {
+  cd "${srcdir}/password-store-$pkgver/"
+  make test
+}
+
+package() {
+  cd "${srcdir}/password-store-$pkgver/"
+  make DESTDIR="${pkgdir}" WITH_ALLCOMP=yes install
+
+  cd contrib/dmenu
+  install -Dm0755 passmenu "${pkgdir}/usr/bin/passmenu"
+}



More information about the arch-commits mailing list