pkgsrc/graphics/termtosvg/Makefile
fcambus ea7d41d139 graphics/termtosvg: import termtosvg 1.1.0.
termtosvg is a Unix terminal recorder written in Python that renders your
command line sessions as standalone SVG animations.
2020-03-10 15:20:06 +00:00

18 lines
598 B
Makefile

# $NetBSD: Makefile,v 1.1 2020/03/10 15:20:06 fcambus Exp $
DISTNAME= termtosvg-1.1.0
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_GITHUB:=nbedos/}
MAINTAINER= fcambus@NetBSD.org
HOMEPAGE= https://nbedos.github.io/termtosvg/
COMMENT= Record terminal sessions as SVG animations
LICENSE= modified-bsd
DEPENDS+= ${PYPKGPREFIX}-pyte-[0-9]*:../../devel/py-pyte
DEPENDS+= ${PYPKGPREFIX}-wcwidth-[0-9]*:../../devel/py-wcwidth
DEPENDS+= ${PYPKGPREFIX}-lxml-[0-9]*:../../textproc/py-lxml
.include "../../lang/python/egg.mk"
.include "../../lang/python/application.mk"
.include "../../mk/bsd.pkg.mk"