mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-15 13:46:58 +02:00
New package: python3-scrypt-0.8.13
This commit is contained in:
parent
0d72d3e9fc
commit
6f8a388ccd
1 changed files with 18 additions and 0 deletions
18
srcpkgs/python3-scrypt/template
Normal file
18
srcpkgs/python3-scrypt/template
Normal file
|
@ -0,0 +1,18 @@
|
|||
# Template file for 'python3-scrypt'
|
||||
pkgname=python3-scrypt
|
||||
version=0.8.13
|
||||
revision=1
|
||||
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=1377b1adc98c4152694bf5d7e93b41a9d2e9060af69b747cfad8c93ac426f9ea
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
Loading…
Add table
Reference in a new issue