e64c353b65
Noone else ships python3-file-magic, I don't want to maintain it.
21 lines
833 B
Bash
21 lines
833 B
Bash
# Template file for 'pass-import'
|
|
pkgname=pass-import
|
|
version=3.0
|
|
revision=3
|
|
archs=noarch
|
|
build_style=gnu-makefile
|
|
hostmakedepends="python3-setuptools python3-yaml"
|
|
depends="pass>=1.7.0 python3-defusedxml python3-magic
|
|
python3-cryptography python3-SecretStorage python3-pykeepass"
|
|
checkdepends="pass python3-defusedxml python3-magic python3-cryptography
|
|
python3-SecretStorage python3-pykeepass"
|
|
short_desc="Pass extension for importing data from most existing password managers"
|
|
maintainer="Alan Brown <adbrown@rocketmail.com>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="https://github.com/roddhjav/pass-import"
|
|
distfiles="https://github.com/roddhjav/pass-import/releases/download/v${version}/pass-import-${version}.tar.gz"
|
|
checksum=14f6708df990b88c54b07e722686ed9e1a639300b33d2ff83dd87845e44779fc
|
|
|
|
do_check() {
|
|
python3 setup.py test
|
|
}
|