opnsense-ports/misc/lsix/Makefile
Franco Fichtner c7fad71ac0 */*: sync with upstream
Taken from: FreeBSD
2023-05-30 10:59:29 +02:00

32 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>