void-packages/srcpkgs/websocat/template
John 68f7b30e1e websocat: rebuild against OpenSSL
and actually enable ssl support
2021-03-05 22:07:40 +01:00

19 lines
523 B
Bash

# Template file for 'websocat'
pkgname=websocat
version=1.6.0
revision=2
build_style=cargo
configure_args="--features=ssl"
hostmakedepends="pkg-config"
makedepends="openssl-devel"
short_desc="Netcat, curl and socat for WebSockets"
maintainer="Zach Dykstra <dykstra.zachary@gmail.com>"
license="MIT"
homepage="https://github.com/vi/websocat"
distfiles="https://github.com/vi/websocat/archive/v${version}.tar.gz"
checksum=3f7e5e99d766b387292af56c8e4b39ce9a7f0da54ff558a6080ddc1024a33896
post_install() {
vlicense LICENSE
}