mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
8215e20a71
Reported by: portscout
35 lines
1.2 KiB
Makefile
35 lines
1.2 KiB
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= chroma
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 0.8.1
|
|
CATEGORIES= devel
|
|
PKGNAMESUFFIX= -syntax-highlighter
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= General purpose syntax highlighter in pure Go
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= go:modules
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= alecthomas
|
|
GH_TUPLE= \
|
|
alecthomas:assert:405dbfeb8e38:alecthomas_assert/vendor/github.com/alecthomas/assert \
|
|
alecthomas:colour:60882d9e2721:alecthomas_colour/vendor/github.com/alecthomas/colour \
|
|
alecthomas:kong:v0.2.4:alecthomas_kong/vendor/github.com/alecthomas/kong \
|
|
alecthomas:repr:117648cd9897:alecthomas_repr/vendor/github.com/alecthomas/repr \
|
|
danwakefield:fnmatch:cbb64ac3d964:danwakefield_fnmatch/vendor/github.com/danwakefield/fnmatch \
|
|
dlclark:regexp2:v1.2.0:dlclark_regexp2/vendor/github.com/dlclark/regexp2 \
|
|
golang:sys:669c56c373c4:golang_sys/vendor/golang.org/x/sys \
|
|
mattn:go-colorable:v0.1.6:mattn_go_colorable/vendor/github.com/mattn/go-colorable \
|
|
mattn:go-isatty:v0.0.12:mattn_go_isatty/vendor/github.com/mattn/go-isatty \
|
|
pkg:errors:v0.9.1:pkg_errors/vendor/github.com/pkg/errors \
|
|
sergi:go-diff:v1.0.0:sergi_go_diff/vendor/github.com/sergi/go-diff
|
|
GO_TARGET= ./cmd/chroma
|
|
|
|
PLIST_FILES= bin/${PORTNAME}
|
|
|
|
.include <bsd.port.mk>
|