20 lines
565 B
Bash
20 lines
565 B
Bash
# Template file for 'python3-gnupg'
|
|
pkgname=python3-gnupg
|
|
_pkgname=python-gnupg
|
|
version=0.4.6
|
|
revision=4
|
|
wrksrc=$_pkgname-$version
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3 gnupg"
|
|
short_desc="Python3 wrapper for GnuPG"
|
|
maintainer="Lon Willett <xgit@lonw.net>"
|
|
license="BSD-3-Clause"
|
|
homepage="https://bitbucket.org/vinay.sajip/python-gnupg"
|
|
distfiles="${PYPI_SITE}/p/${_pkgname}/${_pkgname}-${version}.tar.gz"
|
|
checksum=3aa0884b3bd414652c2385b9df39e7b87272c2eca1b8fcc3089bc9e58652019a
|
|
|
|
post_install() {
|
|
vlicense LICENSE.txt
|
|
}
|