aboutsummaryrefslogtreecommitdiff
path: root/archivers/tar-stream-chunker/Makefile
blob: a1a6f41a5e68c080f0c9a841b1725403f1c0e455 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
PORTNAME=	tar-stream-chunker
PORTVERSION=	1.0.7
CATEGORIES=	archivers

MAINTAINER=	igor.ostapenko@pm.me
COMMENT=	Splits stdin of unknown size onto chunks packed as a TAR to stdout
WWW=		https://github.com/ihoro/tar-stream-chunker/

LICENSE=	BSD2CLAUSE
LICENSE_FILE=	${WRKSRC}/LICENSE

USE_GITHUB=	yes
GH_ACCOUNT=	ihoro

PLIST_FILES=	bin/tar_stream_chunker

post-install:
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/tar_stream_chunker

.include <bsd.port.mk>