16 lines
462 B
Bash
16 lines
462 B
Bash
# Template file for 'scrypt'
|
|
pkgname=scrypt
|
|
version=1.3.0
|
|
revision=2
|
|
build_style=gnu-configure
|
|
makedepends="libressl-devel"
|
|
short_desc="Scrypt key derivation function"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="BSD-2-Clause"
|
|
homepage="https://www.tarsnap.com/scrypt.html"
|
|
distfiles="https://www.tarsnap.com/scrypt/scrypt-${version}.tgz"
|
|
checksum=263034edd4d1e117d4051d9a9260c74dedb0efaf4491c5152b738978b3f32748
|
|
|
|
post_install() {
|
|
vlicense COPYRIGHT
|
|
}
|