PORTNAME=	o
DISTVERSION=	2.46.0
CATEGORIES=	editors

MAINTAINER=	yuri@FreeBSD.org
COMMENT=	Small, fast and limited text editor in Go

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		go:modules

USE_GITHUB=	yes
GH_ACCOUNT=	xyproto
GH_TUPLE=	\
		atotto:clipboard:v0.1.4:atotto_clipboard/vendor/github.com/atotto/clipboard \
		creack:pty:v1.1.17:creack_pty/vendor/github.com/creack/pty \
		cyrus-and:gdb:0306a029f42f:cyrus_and_gdb/vendor/github.com/cyrus-and/gdb \
		golang:sys:fe61309f8881:golang_sys/vendor/golang.org/x/sys \
		jung-kurt:gofpdf:v1.16.2:jung_kurt_gofpdf/vendor/github.com/jung-kurt/gofpdf \
		kr:pty:v1.1.8:kr_pty/vendor/github.com/kr/pty \
		mattn:go-colorable:v0.1.12:mattn_go_colorable/vendor/github.com/mattn/go-colorable \
		mattn:go-isatty:v0.0.14:mattn_go_isatty/vendor/github.com/mattn/go-isatty \
		mgutz:ansi:d51e80ef957d:mgutz_ansi/vendor/github.com/mgutz/ansi \
		pkg:term:f749b98bd0ba:pkg_term/vendor/github.com/pkg/term \
		sourcegraph:annotate:f4cad6c6324d:sourcegraph_annotate/vendor/github.com/sourcegraph/annotate \
		xyproto:benchmarked:v0.3.0:xyproto_benchmarked/vendor/github.com/xyproto/benchmarked \
		xyproto:env:v1.7.0:xyproto_env/vendor/github.com/xyproto/env \
		xyproto:guessica:v1.1.0:xyproto_guessica/vendor/github.com/xyproto/guessica \
		xyproto:mode:da41b2c7708c:xyproto_mode/vendor/github.com/xyproto/mode \
		xyproto:syntax:ca482ff0125a:xyproto_syntax/vendor/github.com/xyproto/syntax \
		xyproto:termtitle:v1.5.0:xyproto_termtitle/vendor/github.com/xyproto/termtitle \
		xyproto:textoutput:v1.12.10:xyproto_textoutput/vendor/github.com/xyproto/textoutput \
		xyproto:vt100:v1.9.9:xyproto_vt100/vendor/github.com/xyproto/vt100

PLIST_FILES=	bin/o

.include <bsd.port.mk>
