Files
ports/textproc/vacuum/Makefile
T
2026-07-10 09:54:15 +02:00

26 lines
541 B
Makefile

PORTNAME= vacuum
DISTVERSIONPREFIX= v
DISTVERSION= 0.17.7
PORTREVISION= 9
CATEGORIES= textproc
PKGNAMESUFFIX= -lint-tool
MAINTAINER= yuri@FreeBSD.org
COMMENT= OpenAPI/Swagger linter and quality analysis tool
WWW= https://quobix.com/vacuum/ \
https://github.com/daveshanley/vacuum
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= go:modules
GO_MODULE= github.com/daveshanley/vacuum
PLIST_FILES= bin/${PORTNAME}
do-test:
${STAGEDIR}${PREFIX}/bin/${PORTNAME} lint ${WRKSRC}/model/test_files/petstorev3.json
.include <bsd.port.mk>