19 lines
524 B
Bash
19 lines
524 B
Bash
# Template file for 'websocat'
|
|
pkgname=websocat
|
|
version=1.10.1
|
|
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=5256629b0b063b51aad317dbd8f385ad0d56cc4155621d9bb0f6484aa2e7c95c
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|