From 985cb52af06d6e1feec16946271aa1af0ef5e038 Mon Sep 17 00:00:00 2001 From: Noah Huppert Date: Thu, 21 May 2020 00:29:23 -0400 Subject: [PATCH] New package: websocat --- srcpkgs/websocat/template | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 srcpkgs/websocat/template diff --git a/srcpkgs/websocat/template b/srcpkgs/websocat/template new file mode 100644 index 00000000000..ef0bb99f369 --- /dev/null +++ b/srcpkgs/websocat/template @@ -0,0 +1,15 @@ +# Template file for 'websocat' +pkgname=websocat +version=1.5.0 +revision=1 +build_style=cargo +short_desc="Command-line client for WebSockets" +maintainer="Noah Huppert " +license="MIT" +homepage="https://github.com/vi/websocat" +distfiles="https://github.com/vi/websocat/archive/v${version}.tar.gz" +checksum=3ffdb25e937095d95b564eafd805cb7ca141570f95c1296b6dd336d4d016445f + +post_install() { + vlicense LICENSE +}