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)
23 lines
411 B
Makefile
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>
|