19 lines
580 B
Bash
19 lines
580 B
Bash
# Template file for 'websocat'
|
|
pkgname=websocat
|
|
version=1.13.0
|
|
revision=1
|
|
build_style=cargo
|
|
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"
|
|
changelog="https://raw.githubusercontent.com/vi/websocat/master/CHANGELOG.md"
|
|
distfiles="https://github.com/vi/websocat/archive/refs/tags/v${version}.tar.gz"
|
|
checksum=43800f8df38ede8b5bffe825e633c0db6a3c36cfe26c23e882bcfc028d3119c7
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|