void-packages/srcpkgs/pass-import/template
2021-10-09 08:01:36 -04:00

21 lines
820 B
Bash

# Template file for 'pass-import'
pkgname=pass-import
version=3.1
revision=2
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=659d2b503a18d57c9d63dee216d042d0e24f88576cdd0c7fc4b3426e40dbdbc2
do_check() {
python3 setup.py test
}