diff --git a/srcpkgs/libuecc/template b/srcpkgs/libuecc/template index 91304a10f86..671be4c8b57 100644 --- a/srcpkgs/libuecc/template +++ b/srcpkgs/libuecc/template @@ -1,11 +1,11 @@ # Template file for 'libuecc' pkgname=libuecc version=7 -revision=1 +revision=2 build_style=cmake short_desc="Very small Elliptic Curve Cryptography library" maintainer="Enno Boland " -license="BSD" +license="BSD-2-Clause" homepage="https://git.universe-factory.net/libuecc" distfiles="https://git.universe-factory.net/libuecc/snapshot/libuecc-${version}.tar" checksum=0120aee869f56289204255ba81535369816655264dd018c63969bf35b71fd707 @@ -20,3 +20,7 @@ libuecc-devel_package() { vmove "usr/lib/*.so" } } + +post_install() { + vlicense COPYRIGHT +}