8a30f57721
Changelog: https://github.com/s3m/s3m/blob/0.19.0/CHANGELOG.md PR: 296336 Approved by: osa, vvd (Mentors, implicit)
24 lines
406 B
Makefile
24 lines
406 B
Makefile
PORTNAME= s3m
|
|
DISTVERSION= 0.19.0
|
|
CATEGORIES= net
|
|
|
|
MAINTAINER= nbari@tequila.io
|
|
COMMENT= CLI for streams of data in S3 buckets
|
|
WWW= https://s3m.stream
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
BROKEN_i386= needs SSE or SSE2 type extensions to compile
|
|
|
|
LIB_DEPENDS= libzstd.so:archivers/zstd
|
|
|
|
USES= cargo
|
|
USE_GITHUB= yes
|
|
|
|
PORTSCOUT= limit:[0-9.]+
|
|
|
|
PLIST_FILES= bin/s3m
|
|
|
|
.include <bsd.port.mk>
|