19 lines
694 B
Bash
19 lines
694 B
Bash
# Template file for 'python3-pycryptodomex'
|
|
pkgname=python3-pycryptodomex
|
|
version=3.11.0
|
|
revision=1
|
|
wrksrc="pycryptodomex-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
makedepends="python3-devel"
|
|
short_desc="Pycryptodome equivalent that installs under the 'Cryptodome' name"
|
|
maintainer="Antonio Gurgel <antonio@goorzhel.com>"
|
|
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=0398366656bb55ebdb1d1d493a7175fc48ade449283086db254ac44c7d318d6d
|
|
|
|
post_install() {
|
|
vlicense LICENSE.rst
|
|
}
|