19 lines
714 B
Bash
19 lines
714 B
Bash
# Template file for 'python3-pycryptodomex'
|
|
pkgname=python3-pycryptodomex
|
|
version=3.10.4
|
|
revision=2
|
|
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://raw.githubusercontent.com/Legrandin/pycryptodome/master/Changelog.rst"
|
|
distfiles="${PYPI_SITE}/p/pycryptodomex/pycryptodomex-${version}.tar.gz"
|
|
checksum=acd3498a8ccf8ad20ce7daa5f7f5e6521465eeceb026f28a6adb0228dd9fcc6e
|
|
|
|
post_install() {
|
|
vlicense LICENSE.rst
|
|
}
|