16 lines
461 B
Bash
16 lines
461 B
Bash
# Template file for 'scrypt'
|
|
pkgname=scrypt
|
|
version=1.3.1
|
|
revision=2
|
|
build_style=gnu-configure
|
|
makedepends="openssl-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=df2f23197c9589963267f85f9c5307ecf2b35a98b83a551bf1b1fb7a4d06d4c2
|
|
|
|
post_install() {
|
|
vlicense COPYRIGHT
|
|
}
|