17 lines
461 B
Bash
17 lines
461 B
Bash
# Template file for 'scrypt'
|
|
pkgname=scrypt
|
|
version=1.3.2
|
|
revision=1
|
|
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=d632c1193420ac6faebf9482e65e33d3a5664eccd643b09a509d21d1c1f29be2
|
|
|
|
post_install() {
|
|
vlicense COPYRIGHT
|
|
}
|