16 lines
465 B
Bash
16 lines
465 B
Bash
# Template file for 'scrypt'
|
|
pkgname=scrypt
|
|
version=1.2.1
|
|
revision=5
|
|
build_style=gnu-configure
|
|
makedepends="libressl-devel"
|
|
short_desc="The scrypt key derivation function"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
license="2-clause-BSD"
|
|
homepage="https://www.tarsnap.com/scrypt.html"
|
|
distfiles="https://www.tarsnap.com/scrypt/scrypt-${version}.tgz"
|
|
checksum=4621f5e7da2f802e20850436219370092e9fcda93bd598f6d4236cce33f4c577
|
|
|
|
post_install() {
|
|
vlicense COPYRIGHT
|
|
}
|