18 lines
514 B
Bash
18 lines
514 B
Bash
# Template file for 'python3-pyaes'
|
|
pkgname=python3-pyaes
|
|
version=1.6.1
|
|
revision=8
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3"
|
|
short_desc="Pure-Python implementation of the AES block cipher (Python3)"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="https://github.com/ricmoo/pyaes"
|
|
distfiles="${PYPI_SITE}/p/pyaes/pyaes-${version}.tar.gz"
|
|
checksum=02c1b1405c38d3c370b085fb952dd8bea3fadcee6411ad99f312cc129c536d8f
|
|
|
|
post_install() {
|
|
vlicense LICENSE.txt
|
|
}
|