mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
cf118ccf87
Reported by: lwhsu
20 lines
402 B
Makefile
20 lines
402 B
Makefile
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
|
|
|
|
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>
|