libuecc: use SPDX identifier for license

This commit is contained in:
firefly-cpp 2023-10-11 18:45:58 +02:00 committed by Andrew Benson
parent c41553b5c6
commit 3c88d5bdf2

View file

@ -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 <gottox@voidlinux.org>"
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
}