websocat: rebuild against OpenSSL

and actually enable ssl support
This commit is contained in:
John 2021-01-07 00:03:44 +01:00
parent 931dcd68c3
commit 68f7b30e1e

View file

@ -1,10 +1,11 @@
# Template file for 'websocat'
pkgname=websocat
version=1.6.0
revision=1
revision=2
build_style=cargo
configure_args="--features=ssl"
hostmakedepends="pkg-config"
makedepends="libressl-devel"
makedepends="openssl-devel"
short_desc="Netcat, curl and socat for WebSockets"
maintainer="Zach Dykstra <dykstra.zachary@gmail.com>"
license="MIT"