opnsense-ports/net/s5cmd/Makefile
Franco Fichtner 945b1436f9 */*: sync with upstream
Taken from: FreeBSD
2023-06-20 08:30:40 +02:00

21 lines
382 B
Makefile

PORTNAME= s5cmd
DISTVERSIONPREFIX= v
DISTVERSION= 2.1.0
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>