mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
22 lines
382 B
Makefile
22 lines
382 B
Makefile
PORTNAME= s5cmd
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 2.2.2
|
|
CATEGORIES= net
|
|
|
|
MAINTAINER= ehaupt@FreeBSD.org
|
|
COMMENT= Very fast S3 command-line tool written in Go
|
|
WWW= https://github.com/peak/s5cmd
|
|
|
|
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>
|