ports/misc/lsix/Makefile
Alexey Dokuchaev 4188836f1d misc/lsix: new port had been added (+)
This small program is like ls(1), but for images: it shows
their thumbnails in the terminal using DEC SIXEL graphics.
2023-05-26 08:55:12 +00:00

33 lines
592 B
Makefile

PORTNAME= lsix
PORTVERSION= 1.8
CATEGORIES= misc
MAINTAINER= danfe@FreeBSD.org
COMMENT= List files with thumbnails using Sixel graphics
WWW= https://github.com/hackerb9/lsix
LICENSE= GPLv3+ MIT
LICENSE_COMB= dual
RUN_DEPENDS= bash:shells/bash
USES= magick:run
USE_GITHUB= yes
GH_ACCOUNT= hackerb9
NO_BUILD= yes
PLIST_FILES= bin/${PORTNAME}
PORTDOCS= *
OPTIONS_DEFINE= DOCS
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
do-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${CP} -a ${WRKSRC}/README.md* ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>