blob: 0e00f0e1c95f2bb4c4c0a2a60ec7368b03d1abc9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
pkgbase = cpass-py
pkgdesc = An urwid based TUI frontend for pass
pkgver = 0.9.4
pkgrel = 1
url = https://github.com/oliverlew/cpass
install = cpass.install
arch = any
license = MIT
makedepends = python-build
makedepends = python-installer
makedepends = python-setuptools
makedepends = python-wheel
depends = pass
depends = python-urwid
provides = cpass
conflicts = cpass
source = https://pypi.org/packages/source/c/cpass/cpass-0.9.4.tar.gz
sha256sums = 25735a312206e3a1317c0c836637d0661f6a1ff46207f99d09c976fc2a52e3fe
pkgname = cpass-py
|