Lines 1-7
Link Here
|
1 |
PORTNAME= rclone |
1 |
PORTNAME= rclone |
2 |
DISTVERSIONPREFIX= v |
2 |
DISTVERSIONPREFIX= v |
3 |
DISTVERSION= 1.67.0 |
3 |
DISTVERSION= 1.68.1 |
4 |
PORTREVISION= 2 |
|
|
5 |
CATEGORIES= net |
4 |
CATEGORIES= net |
6 |
|
5 |
|
7 |
MAINTAINER= tremere@cainites.net |
6 |
MAINTAINER= tremere@cainites.net |
Lines 17-29
RUN_DEPENDS= ca_root_nss>=0:security/ca_root_nss
Link Here
|
17 |
USES= cpe go:modules |
16 |
USES= cpe go:modules |
18 |
GO_MODULE= github.com/rclone/rclone |
17 |
GO_MODULE= github.com/rclone/rclone |
19 |
|
18 |
|
20 |
GO_BUILDFLAGS= -ldflags -s |
19 |
GO_BUILDFLAGS= -ldflags -s -tags cmount |
21 |
|
20 |
|
22 |
PLIST_FILES= bin/rclone \ |
21 |
PLIST_FILES= bin/rclone \ |
23 |
share/man/man1/rclone.1.gz |
22 |
share/man/man1/rclone.1.gz |
24 |
|
23 |
|
25 |
GO_BUILDFLAGS+= -tags cmount |
|
|
26 |
|
27 |
post-install: |
24 |
post-install: |
28 |
${INSTALL_MAN} ${WRKSRC}/rclone.1 ${STAGEDIR}${PREFIX}/share/man/man1 |
25 |
${INSTALL_MAN} ${WRKSRC}/rclone.1 ${STAGEDIR}${PREFIX}/share/man/man1 |
29 |
|
26 |
|