1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00
freebsd-ports/textproc/vacuum/Makefile
Yuri Victorovich 2fcc621821 textproc/vacuum: update 0.10.1 → 0.11.1
Reported by:	portscout
2024-07-12 22:17:51 -07:00

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>