Files
ports/sysutils/rush/Makefile
T
Yuri Victorovich 5370af05d3 sysutils/rush: update 0.5.6 → 0.5.7
Reported by:	portscout
2024-11-02 01:51:50 -07:00

21 lines
400 B
Makefile

PORTNAME= rush
DISTVERSIONPREFIX= v
DISTVERSION= 0.5.7
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>