1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
freebsd-ports/editors/o/Makefile
Yuri Victorovich eb857b11ad editors/o: Update 2.32.5 -> 2.32.6
Reported by:	portscout
2020-09-28 03:31:43 +00:00

33 lines
1.2 KiB
Makefile

# $FreeBSD$
PORTNAME= o
DISTVERSION= 2.32.6
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.2:atotto_clipboard/vendor/github.com/atotto/clipboard \
golang:sys:157a740278f4:golang_sys/vendor/golang.org/x/sys \
jung-kurt:gofpdf:v1.16.2:jung_kurt_gofpdf/vendor/github.com/jung-kurt/gofpdf \
mattn:go-colorable:v0.1.7:mattn_go_colorable/vendor/github.com/mattn/go-colorable \
mattn:go-isatty:v0.0.12:mattn_go_isatty/vendor/github.com/mattn/go-isatty \
mgutz:ansi:d51e80ef957d:mgutz_ansi/vendor/github.com/mgutz/ansi \
pkg:term:c3ffed290a03:pkg_term/vendor/github.com/pkg/term \
sourcegraph:annotate:f4cad6c6324d:sourcegraph_annotate/vendor/github.com/sourcegraph/annotate \
xyproto:syntax:v1.7.3:xyproto_syntax/vendor/github.com/xyproto/syntax \
xyproto:termtitle:v1.1.0:xyproto_termtitle/vendor/github.com/xyproto/termtitle \
xyproto:textoutput:v1.12.2:xyproto_textoutput/vendor/github.com/xyproto/textoutput \
xyproto:vt100:1c2ef2e081cd:xyproto_vt100/vendor/github.com/xyproto/vt100
PLIST_FILES= bin/o
.include <bsd.port.mk>