20 lines
574 B
Bash
20 lines
574 B
Bash
# 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
|
|
}
|