From 9c273c6787ea7b03b7b6e8576d697bd5a1e75e73 Mon Sep 17 00:00:00 2001 From: Zach Dykstra Date: Thu, 15 Oct 2020 22:54:55 -0500 Subject: [PATCH] New package: websocat-1.6.0 --- srcpkgs/websocat/template | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 srcpkgs/websocat/template diff --git a/srcpkgs/websocat/template b/srcpkgs/websocat/template new file mode 100644 index 00000000000000..eb781dbc641ba9 --- /dev/null +++ b/srcpkgs/websocat/template @@ -0,0 +1,17 @@ +# Template file for 'websocat' +pkgname=websocat +version=1.6.0 +revision=1 +build_style=cargo +hostmakedepends="pkg-config" +makedepends="libressl-devel" +short_desc="Netcat, curl and socat for WebSockets" +maintainer="Zach Dykstra " +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 +}