14 lines
458 B
Bash
14 lines
458 B
Bash
# Template file for 'websocketd'
|
|
pkgname=websocketd
|
|
version=0.3.0
|
|
revision=5
|
|
build_style=go
|
|
hostmakedepends="git"
|
|
short_desc="Turn any program that uses STDIN/STDOUT into a WebSocket server"
|
|
maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
|
license="BSD"
|
|
go_import_path="github.com/joewalnes/websocketd"
|
|
homepage="https://$go_import_path"
|
|
distfiles="$homepage/archive/v$version.tar.gz"
|
|
checksum=f59fefdf79d6b99140027b3c58ca77d59bb3c1fa2f15969d7239538b04042b3d
|