New package: python3-PGPy-0.5.2

This commit is contained in:
Anjandev Momi 2020-01-31 00:51:33 -08:00 committed by Helmut Pozimski
parent 09b34aa1f0
commit 735ed7f3cc
1 changed files with 19 additions and 0 deletions

View File

@ -0,0 +1,19 @@
# Template file for 'python3-PGPy'
pkgname=python3-PGPy
_pkgname=PGPy
version=0.5.2
revision=1
wrksrc=${_pkgname}-${version}
build_style=python3-module
hostmakedepends="python3-setuptools"
makedepends="python3-devel"
short_desc="Pretty Good Privacy for Python"
maintainer="Anjandev Momi <anjan@momi.ca>"
license="BSD-3-Clause"
homepage="https://github.com/SecurityInnovation/PGPy"
distfiles="https://github.com/SecurityInnovation/PGPy/archive/${version}.tar.gz"
checksum=85a2dd6fb476ac00a4d4548b9e80fb0f6512d133cc050b6e5f3c40e1b06a79ef
post_install() {
vlicense LICENSE
}