Files
ports/net/s5cmd/Makefile
2021-09-28 07:52:09 +02:00

23 lines
396 B
Makefile

# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
PORTNAME= s5cmd
PORTVERSION= 1.4.0
DISTVERSIONPREFIX= v
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>