void-packages/srcpkgs/python3-pycryptodomex/template

20 lines
672 B
Bash

# Template file for 'python3-pycryptodomex'
pkgname=python3-pycryptodomex
version=3.16.0
revision=2
build_style=python3-module
hostmakedepends="python3-setuptools"
makedepends="python3-devel"
depends="python3"
short_desc="Pycryptodome equivalent that installs under the 'Cryptodome' name"
maintainer="Orphaned <orphan@voidlinux.org>"
license="Public Domain, BSD-2-Clause"
homepage="https://www.pycryptodome.org/"
changelog="https://www.pycryptodome.org/en/latest/src/changelog.html"
distfiles="${PYPI_SITE}/p/pycryptodomex/pycryptodomex-${version}.tar.gz"
checksum=e9ba9d8ed638733c9e95664470b71d624a6def149e2db6cc52c1aca5a6a2df1d
post_install() {
vlicense LICENSE.rst
}