git: 203b3d22f047 - main - ports/net: Add new port
Emanuel Haupt
ehaupt at FreeBSD.org
Wed Sep 15 06:53:40 UTC 2021
The branch main has been updated by ehaupt:
URL: https://cgit.FreeBSD.org/ports/commit/?id=203b3d22f0470827ce0a894f7bc4fc94451f16f3
commit 203b3d22f0470827ce0a894f7bc4fc94451f16f3
Author: Emanuel Haupt <ehaupt at FreeBSD.org>
AuthorDate: 2021-09-15 06:53:20 +0000
Commit: Emanuel Haupt <ehaupt at FreeBSD.org>
CommitDate: 2021-09-15 06:53:20 +0000
ports/net: Add new port
Very fast S3 command-line tool written in Go
---
net/Makefile | 1 +
net/s5cmd/Makefile | 22 ++++++++++++++++++++++
net/s5cmd/distinfo | 3 +++
net/s5cmd/pkg-descr | 6 ++++++
4 files changed, 32 insertions(+)
diff --git a/net/Makefile b/net/Makefile
index 99a56b96f33a..71bd2263f8be 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -1381,6 +1381,7 @@
SUBDIR += rubygem-xmlrpc
SUBDIR += rude
SUBDIR += ryu
+ SUBDIR += s5cmd
SUBDIR += sacc
SUBDIR += samba412
SUBDIR += samba413
diff --git a/net/s5cmd/Makefile b/net/s5cmd/Makefile
new file mode 100644
index 000000000000..a9b91cd98660
--- /dev/null
+++ b/net/s5cmd/Makefile
@@ -0,0 +1,22 @@
+# Created by: Emanuel Haupt <ehaupt at FreeBSD.org>
+
+PORTNAME= s5cmd
+PORTVERSION= 1.3.0
+DISTVERSIONPREFIX= v
+CATEGORIES= net
+
+MAINTAINER= ehaupt at 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>
diff --git a/net/s5cmd/distinfo b/net/s5cmd/distinfo
new file mode 100644
index 000000000000..c6a3bdc72f2d
--- /dev/null
+++ b/net/s5cmd/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1631686287
+SHA256 (peak-s5cmd-v1.3.0_GH0.tar.gz) = fbc1c2f40bcfb277fee3fd40193313f1b0bac4e13cdaa0f3b96b9e8c493e9ae6
+SIZE (peak-s5cmd-v1.3.0_GH0.tar.gz) = 2704741
diff --git a/net/s5cmd/pkg-descr b/net/s5cmd/pkg-descr
new file mode 100644
index 000000000000..a46f70d61934
--- /dev/null
+++ b/net/s5cmd/pkg-descr
@@ -0,0 +1,6 @@
+s5cmd is a very fast S3 and local filesystem execution tool. It comes
+with support for a multitude of operations including tab completion and
+wildcard support for files, which can be very handy for your object
+storage workflow while working with large number of files.
+
+WWW: https://github.com/peak/s5cmd
More information about the dev-commits-ports-all
mailing list