From d0ca5991352d1e8966afab7f6d56edb370c21a53 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Fri, 13 Oct 2017 11:19:46 -0300 Subject: [PATCH] scrypt: add missing license. --- srcpkgs/scrypt/template | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/srcpkgs/scrypt/template b/srcpkgs/scrypt/template index 467ee8c5eab..af4abaa3c2e 100644 --- a/srcpkgs/scrypt/template +++ b/srcpkgs/scrypt/template @@ -1,7 +1,7 @@ # Template file for 'scrypt' pkgname=scrypt version=1.2.1 -revision=2 +revision=3 build_style=gnu-configure makedepends="libressl-devel" short_desc="The scrypt key derivation function" @@ -10,3 +10,7 @@ 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 +}