19 lines
595 B
Bash
19 lines
595 B
Bash
# Template file for 'python3-scrypt'
|
|
pkgname=python3-scrypt
|
|
version=0.8.15
|
|
revision=2
|
|
wrksrc="scrypt-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
makedepends="python3-devel libressl-devel"
|
|
short_desc="Python 3 bindings for the scrypt key derivation function"
|
|
maintainer="projectmoon <projectmoon@agnos.is>"
|
|
license="BSD-2-Clause"
|
|
homepage="https://bitbucket.org/mhallin/py-scrypt/src/default"
|
|
distfiles="${PYPI_SITE}/s/scrypt/scrypt-${version}.tar.gz"
|
|
checksum=e6298025f6f8470c7137467dfa1e889e57167f48a04b30a85e26d18d24778318
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|