18 lines
502 B
Bash
18 lines
502 B
Bash
# Template file for 'websocat'
|
|
pkgname=websocat
|
|
version=1.12.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"
|
|
distfiles="https://github.com/vi/websocat/archive/refs/tags/v${version}.tar.gz"
|
|
checksum=ca6ab2bc71a9c641fbda7f15d4956f2e19ca32daba9b284d26587410944a3adb
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|