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' # Template file for 'libuecc'
pkgname=libuecc pkgname=libuecc
version=7 version=7
revision=1 revision=2
build_style=cmake build_style=cmake
short_desc="Very small Elliptic Curve Cryptography library" short_desc="Very small Elliptic Curve Cryptography library"
maintainer="Enno Boland <gottox@voidlinux.org>" maintainer="Enno Boland <gottox@voidlinux.org>"
license="BSD" license="BSD-2-Clause"
homepage="https://git.universe-factory.net/libuecc" homepage="https://git.universe-factory.net/libuecc"
distfiles="https://git.universe-factory.net/libuecc/snapshot/libuecc-${version}.tar" distfiles="https://git.universe-factory.net/libuecc/snapshot/libuecc-${version}.tar"
checksum=0120aee869f56289204255ba81535369816655264dd018c63969bf35b71fd707 checksum=0120aee869f56289204255ba81535369816655264dd018c63969bf35b71fd707
@ -20,3 +20,7 @@ libuecc-devel_package() {
vmove "usr/lib/*.so" vmove "usr/lib/*.so"
} }
} }
post_install() {
vlicense COPYRIGHT
}