bearssl: add license.
This commit is contained in:
parent
d7c5acdff4
commit
b17b33c8a6
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue