17 lines
499 B
Bash
17 lines
499 B
Bash
# Template file for 'websocketd'
|
|
pkgname=websocketd
|
|
version=0.4.1
|
|
revision=2
|
|
build_style=go
|
|
go_import_path="github.com/joewalnes/websocketd"
|
|
short_desc="Turn any program that uses STDIN/STDOUT into a WebSocket server"
|
|
maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
|
license="BSD-2-Clause"
|
|
homepage="https://github.com/joewalnes/websocketd"
|
|
distfiles="$homepage/archive/v$version.tar.gz"
|
|
checksum=6b8fe0fad586d794e002340ee597059b2cfc734ba7579933263aef4743138fe5
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|