forked from Lainports/freebsd-ports
catimg is a little program written in C with no dependencies that prints images in terminal. It supports JPEG, PNG and GIF formats. This program was originally a script that did the same by using ImageMagick convert.
19 lines
357 B
Makefile
19 lines
357 B
Makefile
PORTNAME= catimg
|
|
PORTVERSION= 2.7.0
|
|
CATEGORIES= graphics
|
|
|
|
MAINTAINER= ehaupt@FreeBSD.org
|
|
COMMENT= Insanely fast image printing in your terminal
|
|
WWW= https://github.com/posva/catimg/
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= cmake
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= posva
|
|
|
|
PLIST_FILES= bin/catimg \
|
|
share/man/man1/catimg.1.gz
|
|
|
|
.include <bsd.port.mk>
|