Files
ports/sysutils/mult/Makefile
T
2026-04-10 17:57:27 +02:00

24 lines
402 B
Makefile

PORTNAME= mult
DISTVERSIONPREFIX= v
DISTVERSION= 0.3.0
PORTREVISION= 5
CATEGORIES= sysutils
MAINTAINER= olgeni@FreeBSD.org
COMMENT= Run a command multiple times and glance at the outputs
WWW= https://github.com/dhth/mult
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= go:modules
USE_GITHUB= yes
GH_ACCOUNT= dhth
GO_MODULE= github.com/dhth/mult
PLIST_FILES= bin/mult
.include <bsd.port.mk>