opnsense-ports/sysutils/rush/Makefile
Franco Fichtner 4a4bb46c99 */*: sync with upstream
Taken from: FreeBSD
2023-09-11 14:35:19 +02:00

21 lines
416 B
Makefile

PORTNAME= rush
DISTVERSIONPREFIX= v
DISTVERSION= 0.5.3
PORTREVISION= 1
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>