mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 02:46:27 -04:00
21 lines
445 B
Makefile
21 lines
445 B
Makefile
PORTNAME= vale
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 2.28.2
|
|
CATEGORIES= textproc
|
|
|
|
MAINTAINER= bofh@FreeBSD.org
|
|
COMMENT= Command-line tool that brings editorial style guide to life
|
|
WWW= https://vale.sh/
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= go:modules
|
|
|
|
GO_BUILDFLAGS+= -ldflags="-s -w -X main.Version=${DISTVERSION}"
|
|
GO_MODULE= github.com/errata-ai/${PORTNAME}/v2
|
|
GO_TARGET= ./cmd/vale
|
|
|
|
PLIST_FILES= bin/vale
|
|
|
|
.include <bsd.port.mk>
|