opnsense-ports/sysutils/rush/Makefile
Franco Fichtner dc8ceb4a03 */*: sync with upstream
Taken from: FreeBSD
2024-09-20 09:22:36 +02:00

20 lines
400 B
Makefile

PORTNAME= rush
DISTVERSIONPREFIX= v
DISTVERSION= 0.5.6
CATEGORIES= sysutils
PKGNAMESUFFIX= -parallelization-tool
MAINTAINER= yuri@FreeBSD.org
COMMENT= Command-line tool for executing jobs in parallel
WWW= https://github.com/shenwei356/rush
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= go:modules
GO_MODULE= github.com/shenwei356/rush
PLIST_FILES= bin/${PORTNAME}
.include <bsd.port.mk>