blob: 206372d42854507c3d69ea2fce78baef911d9ddd (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
PORTNAME= s5cmd
DISTVERSIONPREFIX= v
DISTVERSION= 2.0.0
PORTREVISION= 1
CATEGORIES= net
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Very fast S3 command-line tool written in Go
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= go
USE_GITHUB= yes
GH_ACCOUNT= peak
GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME}
PLIST_FILES= bin/s5cmd
.include <bsd.port.mk>
|