void-packages/srcpkgs/python3-asn1crypto/template

19 lines
574 B
Bash

# Template file for 'python3-asn1crypto'
pkgname=python3-asn1crypto
version=0.24.0
revision=4
wrksrc="asn1crypto-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
short_desc="Python3 ASN.1 library with a focus on performance and a pythonic API"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://github.com/wbond/asn1crypto"
distfiles="${PYPI_SITE}/a/asn1crypto/asn1crypto-${version}.tar.gz"
checksum=9d5c20441baf0cb60a4ac34cc447c6c189024b6b4c6cd7877034f4965c464e49
post_install() {
vlicense LICENSE
}