vp-build/srcpkgs/websocat/template

19 lines
523 B
Bash

# Template file for 'websocat'
pkgname=websocat
version=1.9.0
revision=1
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=8ad0d3048662e321af11fc7e9e66d9fa4bebcd9aefad6e56c97df7d7eaab6b44
post_install() {
vlicense LICENSE
}