vp-build/srcpkgs/python3-asn1crypto/template

20 lines
656 B
Bash

# Template file for 'python3-asn1crypto'
pkgname=python3-asn1crypto
version=1.4.0
revision=2
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"
changelog="https://raw.githubusercontent.com/wbond/asn1crypto/master/changelog.md"
distfiles="${PYPI_SITE}/a/asn1crypto/asn1crypto-${version}.tar.gz"
checksum=f4f6e119474e58e04a2b1af817eb585b4fd72bdd89b998624712b5c99be7641c
post_install() {
vlicense LICENSE
}