bearssl: add license.

This commit is contained in:
Leah Neukirchen 2017-07-11 17:22:05 +02:00
parent d7c5acdff4
commit b17b33c8a6
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'bearssl'
pkgname=bearssl
version=0.4
revision=1
revision=2
build_style=gnu-makefile
short_desc="Implementation of the SSL/TLS protocol in C"
maintainer="Leah Neukirchen <leah@vuxu.org>"
@ -19,6 +19,7 @@ do_install() {
vinstall build/libbearssl.so.${version} 0644 usr/lib
ln -s libbearssl.so.${version} ${DESTDIR}/usr/lib/libbearssl.so
vcopy inc usr/include
vlicense LICENSE.txt LICENSE
}
bearssl-devel_package() {
short_desc+=" - development files"