[arch-commits] Commit in pass/repos (community-any community-any/PKGBUILD)

Lukas Fleischer lfleischer at nymeria.archlinux.org
Mon Jul 1 20:28:19 UTC 2013


    Date: Monday, July 1, 2013 @ 22:28:19
  Author: lfleischer
Revision: 93321

archrelease: copy trunk to community-any

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

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

Copied: pass/repos/community-any/PKGBUILD (from rev 93320, pass/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD	                        (rev 0)
+++ community-any/PKGBUILD	2013-07-01 20:28:19 UTC (rev 93321)
@@ -0,0 +1,23 @@
+# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
+# Contributor: Simon Zimmermann <simon at insmo.com>
+
+pkgname=pass
+pkgver=1.4.2
+pkgrel=12
+pkgdesc='Stores, retrieves, generates, and synchronizes passwords securely'
+url='http://zx2c4.com/projects/password-store/'
+source=("http://git.zx2c4.com/password-store/snapshot/password-store-${pkgver}.tar.xz")
+md5sums=('c6382dbf5be4036021bf1ce61254b04b')
+provides=(pass)
+conflicts=(pass-git)
+license=('GPL2')
+arch=('any')
+depends=('xclip' 'bash' 'gnupg' 'pwgen' 'tree')
+optdepends=('git')
+
+package() {
+  cd "${srcdir}/password-store-$pkgver/"
+
+  make DESTDIR="${pkgdir}" install
+  install -Dm0644 contrib/pass.zsh-completion "$pkgdir/usr/share/zsh/site-functions/_pass"
+}




More information about the arch-commits mailing list