20 lines
650 B
Bash
20 lines
650 B
Bash
# Template file for 'python3-SecretStorage'
|
|
pkgname=python3-SecretStorage
|
|
version=3.2.0
|
|
revision=1
|
|
wrksrc="SecretStorage-${version}"
|
|
build_style=python3-module
|
|
pycompile_module="secretstorage"
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-jeepney python3-cryptography"
|
|
short_desc="Python3 bindings to FreeDesktop.org Secret Service API"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="BSD-3-Clause"
|
|
homepage="https://github.com/mitya57/secretstorage"
|
|
distfiles="${PYPI_SITE}/S/SecretStorage/SecretStorage-${version}.tar.gz"
|
|
checksum=46305c3847ee3f7252b284e0eee5590fa6341c891104a2fd2313f8798c615a82
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|