freebsd-ports/graphics/asciinema-agg/Makefile
Jesús Daniel Colmenares Oviedo 0a4f7ff84b graphics/asciinema-agg: Update to 1.4.2
ChangeLog: https://github.com/asciinema/agg/releases/tag/v1.4.2

* fixed rendering of initial blank frame

PR:		273055
Reported by:	DtxdF@disroot.org (maintainer)
2023-08-13 18:34:08 +02:00

23 lines
411 B
Makefile

PORTNAME= agg
DISTVERSIONPREFIX= v
DISTVERSION= 1.4.2
CATEGORIES= graphics
PKGNAMEPREFIX= asciinema-
MAINTAINER= DtxdF@disroot.org
COMMENT= Asciinema gif generator
WWW= https://github.com/asciinema/agg
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= cargo
USE_GITHUB= yes
GH_ACCOUNT= asciinema
PLIST_FILES= bin/agg
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/agg
.include <bsd.port.mk>