18 lines
481 B
Bash
18 lines
481 B
Bash
# Template file for 'python3-pem'
|
|
pkgname=python3-pem
|
|
version=20.1.0
|
|
revision=4
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3"
|
|
short_desc="Easy PEM file parsing in Python3"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="https://pem.readthedocs.io/en/stable/"
|
|
distfiles="${PYPI_SITE}/p/pem/pem-${version}.tar.gz"
|
|
checksum=2763631a5ffe55f1f21fa34abafdba174a8eeb670d84f66dcfd7a523b44608f6
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|