19 lines
567 B
Bash
19 lines
567 B
Bash
# Template file for 'python3-PGPy'
|
|
pkgname=python3-PGPy
|
|
version=0.5.3
|
|
revision=2
|
|
wrksrc=PGPy-${version}
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools python3-wheel"
|
|
depends="python3-cryptography python3-pyasn1 python3-six"
|
|
short_desc="Pretty Good Privacy for Python"
|
|
maintainer="Anjandev Momi <anjan@momi.ca>"
|
|
license="BSD-3-Clause"
|
|
homepage="https://github.com/SecurityInnovation/PGPy"
|
|
distfiles="${homepage}/archive/v${version}.tar.gz"
|
|
checksum=5f56454c92fe0c242397166df4618183992d6786c2568cbd21c4090344cf2635
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|