From a2e003a0f79449eec7090a25102401349131d8d0 Mon Sep 17 00:00:00 2001 From: firefly-cpp Date: Wed, 11 Oct 2023 18:45:58 +0200 Subject: [PATCH] libuecc: use SPDX identifier for license --- srcpkgs/libuecc/template | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/srcpkgs/libuecc/template b/srcpkgs/libuecc/template index 91304a10f860a..4aae71b59b1d4 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 +}