# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 PortSystem 1.0 PortGroup cargo 1.0 PortGroup github 1.0 github.setup asciinema agg 1.5.0 v github.tarball_from archive revision 0 description asciinema gif generator long_description \ ${name} is a command-line tool for generating animated GIF files from \ asciicast v2 files produced by asciinema terminal recorder. It uses \ Kornel LesiƄski's excellent gifski library to produce optimized, high \ quality GIF output with accurate frame timing. ${name} is a successor to \ asciicast2gif. categories graphics installs_libs no license Apache-2 maintainers {gmail.com:herby.gillot @herbygillot} \ openmaintainer checksums ${distname}${extract.suffix} \ rmd160 a13664745aa5c462fdb12fc5e913d1de709572b0 \ sha256 4bfbd0cc02f416ce868f0209b659a87e333de8f0b5edad19810e152ac6e7fc55 \ size 15737508 build.pre_args-delete \ --offline --frozen destroot { xinstall -m 0755 \ ${worksrcpath}/target/[cargo.rust_platform]/release/${name} \ ${destroot}${prefix}/bin/ }