2025-03-21 08:15:18 -04:00

20 lines
699 B
Bash

# Template file for 'python3-pyasn1-modules'
pkgname=python3-pyasn1-modules
version=0.4.1
revision=1
build_style=python3-pep517
hostmakedepends="python3-setuptools"
depends="python3-pyasn1"
checkdepends="python3-pytest ${depends}"
short_desc="Collection of ASN.1-based protocols modules"
maintainer="Orphaned <orphan@voidlinux.org>"
license="BSD-2-Clause"
homepage="https://github.com/pyasn1/pyasn1-modules"
changelog="https://raw.githubusercontent.com/pyasn1/pyasn1-modules/main/CHANGES.txt"
distfiles="https://github.com/pyasn1/pyasn1-modules/archive/refs/tags/v${version}.tar.gz"
checksum=8cf7cfdf1bb976f8b60c7bd06439902d2c132412235c288af4b68a7a74378a78
post_install() {
vlicense LICENSE.txt
}