🔒 Repository is read-only – file editing is disabled.

recipes/gui/pass/PAGBUILD.yaml main

18 linii Raw ← Powrót
123456789101112131415161718
pkgname: pass
pkgver: '1.7.4'
pkgrel: '1'
pkgdesc: Stores, retrives, generates, and synchronizes passwords securely
url: 'https://passwordstore.org'
arch: x86_64
depends: []
makedepends: []
source:
- 'https://git.zx2c4.com/password-store/snapshot/password-store-${pkgver}.tar.xz'
sha256sums:
- 4c2d0a8b99df8915a87099607a8d912fd05d30651b6f014745c14e4ca8dbbfb7
build: |
  cd password-store-${pkgver}

  make DESTDIR=${PKGDIR}  WITH_ALLCOMP=yes install
package: |
  true