19 lines
582 B
Bash
19 lines
582 B
Bash
# Template file for 'python3-scrypt'
|
|
pkgname=python3-scrypt
|
|
version=0.8.17
|
|
revision=8
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
makedepends="python3-devel openssl-devel"
|
|
depends="python3"
|
|
short_desc="Python 3 bindings for the scrypt key derivation function"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="BSD-2-Clause"
|
|
homepage="https://bitbucket.org/mhallin/py-scrypt/src/default"
|
|
distfiles="${PYPI_SITE}/s/scrypt/scrypt-${version}.tar.gz"
|
|
checksum=25b5075f2238be93af1cd574540a5ea01b8547f9b678aa72d22fce22577475ec
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|