mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
2fcc621821
Reported by: portscout
24 lines
488 B
Makefile
24 lines
488 B
Makefile
PORTNAME= vacuum
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 0.11.1
|
|
CATEGORIES= textproc
|
|
PKGNAMESUFFIX= -lint-tool
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= OpenAPI/Swagger linter and quality analysis tool
|
|
WWW= https://quobix.com/vacuum/
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= go:1.21,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>
|