freebsd-ports/graphics/catimg/Makefile
Emanuel Haupt ea591b90ea graphics/catimg: Add new port
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.
2023-06-12 10:39:36 +02:00

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>