mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
websocketd: fix license, template layout
This commit is contained in:
parent
9849df29c8
commit
c15f2ec1ba
1 changed files with 6 additions and 2 deletions
|
@ -3,11 +3,15 @@ pkgname=websocketd
|
||||||
version=0.4.1
|
version=0.4.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
|
go_import_path="github.com/joewalnes/websocketd"
|
||||||
hostmakedepends="git"
|
hostmakedepends="git"
|
||||||
short_desc="Turn any program that uses STDIN/STDOUT into a WebSocket server"
|
short_desc="Turn any program that uses STDIN/STDOUT into a WebSocket server"
|
||||||
maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
||||||
license="BSD"
|
license="BSD-2-Clause"
|
||||||
go_import_path="github.com/joewalnes/websocketd"
|
|
||||||
homepage="https://github.com/joewalnes/websocketd"
|
homepage="https://github.com/joewalnes/websocketd"
|
||||||
distfiles="$homepage/archive/v$version.tar.gz"
|
distfiles="$homepage/archive/v$version.tar.gz"
|
||||||
checksum=6b8fe0fad586d794e002340ee597059b2cfc734ba7579933263aef4743138fe5
|
checksum=6b8fe0fad586d794e002340ee597059b2cfc734ba7579933263aef4743138fe5
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue