libuecc: use SPDX identifier for license
This commit is contained in:
parent
c41553b5c6
commit
3c88d5bdf2
1 changed files with 6 additions and 2 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue