From c15f2ec1ba50dc24e24d9043333f80d8057714cd Mon Sep 17 00:00:00 2001 From: Colin Booth Date: Mon, 28 Jun 2021 09:58:14 -0700 Subject: [PATCH] websocketd: fix license, template layout --- srcpkgs/websocketd/template | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/srcpkgs/websocketd/template b/srcpkgs/websocketd/template index 80857258f37..110a42b2a91 100644 --- a/srcpkgs/websocketd/template +++ b/srcpkgs/websocketd/template @@ -3,11 +3,15 @@ pkgname=websocketd version=0.4.1 revision=1 build_style=go +go_import_path="github.com/joewalnes/websocketd" hostmakedepends="git" short_desc="Turn any program that uses STDIN/STDOUT into a WebSocket server" maintainer="Andrea Brancaleoni " -license="BSD" -go_import_path="github.com/joewalnes/websocketd" +license="BSD-2-Clause" homepage="https://github.com/joewalnes/websocketd" distfiles="$homepage/archive/v$version.tar.gz" checksum=6b8fe0fad586d794e002340ee597059b2cfc734ba7579933263aef4743138fe5 + +post_install() { + vlicense LICENSE +}