blob: 410b6dd1a3a661379dc0aa33d1402c8c74a03773 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
pkgbase = chrome-pass-git
pkgdesc = Interface programme for the chrome extension 'chrome-pass' for zx2c4's 'pass' password manager.
pkgver = 1.0.1+2.r94.20241102.d1a3fec
pkgrel = 3
url = https://github.com/hsanson/chrome-pass
arch = any
license = MIT
makedepends = git
makedepends = python>=3
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
source = chrome-pass::git+https://github.com/hsanson/chrome-pass.git
source = chrome-pass-hostapp.install
sha256sums = SKIP
sha256sums = 63ea0769e471a06d04b0d7a6bf98ffb89b8550b3e211a3df8b172eb58aa73873
pkgname = chrome-pass-hostapp-git
pkgdesc = Interface programme needed by the 'chrome-pass' chrome extension for zx2c4's 'pass' password manager.
install = chrome-pass-hostapp.install
depends = pass
depends = pinentry
depends = python>=3
depends = python-gnupg
depends = python-pyotp
optdepends = chrome-pass>=1.0.1: The browser extension this hostapp is for (can be installed as Arch Linux package or by the user via chrome webstore).
optdepends = chrome-pass<1.0.2
optdepends = chrome-pass-docfiles: The documentation files from the source repository of this software.
optdepends = pass-otp: For TOTP multi factor authentication (MFA) support.
provides = chrome-pass-hostapp=1.0.1+2.r94.20241102.d1a3fec
conflicts = chrome-pass-hostapp
pkgname = chrome-pass-docfiles-git
pkgdesc = Documentation files for 'chrome-pass' and 'chrome-pass-hostapp'.
depends =
optdepends = chrome-pass: The software this documentation is for.
optdepends = chrome-pass-hostapp: The software this documentation is for.
provides = chrome-pass-docfiles=1.0.1+2.r94.20241102.d1a3fec
conflicts = chrome-pass-docfiles
|