1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:38:37 +00:00
freebsd-ports/www/gotty/Makefile
Emanuel Haupt 4a07d60969 GoTTY is a simple command line tool that turns your CLI tools into web
applications.

GoTTY starts a new process with the given command when a new client connects
to the server. This means users cannot share a single terminal with others by
default. However, you can use terminal multiplexers for sharing a single
process with multiple clients.

For additional security, SSL/TLS client certificate authentication and
session encryption should be used.

WWW: https://github.com/yudai/gotty
2016-07-12 15:13:23 +00:00

24 lines
440 B
Makefile

# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
# $FreeBSD$
PORTNAME= gotty
PORTVERSION= 0.0.13
DISTVERSIONPREFIX= v
CATEGORIES= www net ipv6
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Command line tool that turns your CLI tools into web applications
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USE_GITHUB= yes
GH_ACCOUNT= yudai
USES= go
GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME}
PLIST_FILES= bin/gotty
.include <bsd.port.mk>