19 lines
987 B
Bash
19 lines
987 B
Bash
# Template file for 'pass-import'
|
|
pkgname=pass-import
|
|
version=3.4
|
|
revision=1
|
|
build_style=python3-module
|
|
# This test requires gnome-keyring which requires running dbus
|
|
make_check_args="--deselect=tests/imports/test_parse.py"
|
|
hostmakedepends="python3-setuptools python3-requests python3-yaml python3-zxcvbn"
|
|
depends="pass python3-defusedxml python3-magic python3-cryptography
|
|
python3-SecretStorage python3-pykeepass python3-requests python3-yaml lastpass-cli python3-zxcvbn"
|
|
checkdepends="python3-pytest $depends"
|
|
short_desc="Pass extension for importing data from most password managers"
|
|
maintainer="Alan Brown <adbrown@rocketmail.com>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="https://github.com/roddhjav/pass-import"
|
|
changelog="https://raw.githubusercontent.com/roddhjav/pass-import/master/CHANGELOG.md"
|
|
distfiles="https://github.com/roddhjav/pass-import/releases/download/v${version}/pass-import-${version}.tar.gz"
|
|
checksum=b7f76c5646bf5de30c602c7f057b261ea23be65553f6b420e657d735e04970a3
|