14 lines
440 B
Bash
14 lines
440 B
Bash
|
# Template file for 'webcat'
|
||
|
pkgname=webcat
|
||
|
version=1.0
|
||
|
revision=1
|
||
|
go_import_path="github.com/thypon/webcat"
|
||
|
build_style=go
|
||
|
hostmakedepends="go git"
|
||
|
short_desc="WebSocket Netcat"
|
||
|
maintainer="Andrea Brancaleoni <miwaxe@gmail.com>"
|
||
|
license="GPL-3"
|
||
|
homepage="https://github.com/thypon/webcat"
|
||
|
distfiles="https://github.com/thypon/${pkgname}/archive/v${version}.tar.gz"
|
||
|
checksum=5b3be1cb8deb08f144d674a0bf23f97a692ebb601666d3a38df6e80b2e68d0b7
|