blob: 6b182c1c559219878bfc09d1bb5ee980879146d0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
|
PORTNAME= rush
DISTVERSIONPREFIX= v
DISTVERSION= 0.5.0
PORTREVISION= 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
USE_GITHUB= yes
GH_ACCOUNT= shenwei356
GH_TUPLE= \
cznic:mathutil:297441e03548:cznic_mathutil/vendor/github.com/cznic/mathutil \
cznic:sortutil:f5f958428db8:cznic_sortutil/vendor/github.com/cznic/sortutil \
elastic:go-windows:v1.0.1:elastic_go_windows/vendor/github.com/elastic/go-windows \
go-ole:go-ole:v1.2.6:go_ole_go_ole/vendor/github.com/go-ole/go-ole \
golang:crypto:30dcbda58838:golang_crypto/vendor/golang.org/x/crypto \
golang:sys:99c3d69c2c27:golang_sys/vendor/golang.org/x/sys \
golang:term:03fcf44c2211:golang_term/vendor/golang.org/x/term \
inconshreveable:mousetrap:v1.0.0:inconshreveable_mousetrap/vendor/github.com/inconshreveable/mousetrap \
klauspost:compress:v1.13.6:klauspost_compress/vendor/github.com/klauspost/compress \
klauspost:pgzip:v1.2.5:klauspost_pgzip/vendor/github.com/klauspost/pgzip \
mattn:go-colorable:v0.1.12:mattn_go_colorable/vendor/github.com/mattn/go-colorable \
mattn:go-isatty:v0.0.14:mattn_go_isatty/vendor/github.com/mattn/go-isatty \
mattn:go-runewidth:v0.0.13:mattn_go_runewidth/vendor/github.com/mattn/go-runewidth \
mitchellh:colorstring:d06e56a500db:mitchellh_colorstring/vendor/github.com/mitchellh/colorstring \
palantir:stacktrace:78658fd2d177:palantir_stacktrace/vendor/github.com/palantir/stacktrace \
pkg:errors:v0.9.1:pkg_errors/vendor/github.com/pkg/errors \
remyoudompheng:bigfft:eec4a21b6bb0:remyoudompheng_bigfft/vendor/github.com/remyoudompheng/bigfft \
rivo:uniseg:v0.2.0:rivo_uniseg/vendor/github.com/rivo/uniseg \
schollz:progressbar:v3.9.0:schollz_progressbar_v3/vendor/github.com/schollz/progressbar/v3 \
shenwei356:go-logging:c6b9702d88ba:shenwei356_go_logging/vendor/github.com/shenwei356/go-logging \
shenwei356:natsort:600d539c017d:shenwei356_natsort/vendor/github.com/shenwei356/natsort \
shenwei356:util:v0.5.0:shenwei356_util/vendor/github.com/shenwei356/util \
shenwei356:xopen:v0.2.2:shenwei356_xopen/vendor/github.com/shenwei356/xopen \
shirou:gopsutil:v3.21.11:shirou_gopsutil/vendor/github.com/shirou/gopsutil \
spf13:cobra:v1.5.0:spf13_cobra/vendor/github.com/spf13/cobra \
spf13:pflag:v1.0.5:spf13_pflag/vendor/github.com/spf13/pflag \
tklauser:go-sysconf:v0.3.10:tklauser_go_sysconf/vendor/github.com/tklauser/go-sysconf \
tklauser:numcpus:v0.4.0:tklauser_numcpus/vendor/github.com/tklauser/numcpus \
ulikunitz:xz:v0.5.10:ulikunitz_xz/vendor/github.com/ulikunitz/xz \
yusufpapurcu:wmi:v1.2.2:yusufpapurcu_wmi/vendor/github.com/yusufpapurcu/wmi
GO_PKGNAME= github.com/${GH_ACCOUNT}/${GH_PROJECT}
PLIST_FILES= bin/${PORTNAME}
.include <bsd.port.mk>
|