# -*- 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           github   1.0
PortGroup           makefile 1.0

github.setup        icholy ttygif 1.6.0
github.tarball_from archive
revision            0

description         Convert terminal recordings to animated GIFs.

long_description    \
    {*}${description} ${name} converts a ttyrec file into GIF files. It's a \
    stripped down version of ttyplay that screenshots every frame.

categories          graphics sysutils
installs_libs       no
license             MIT
maintainers         {gmail.com:herby.gillot @herbygillot} \
                    openmaintainer

checksums           rmd160  4c56621519d0cf09e2af411e4c7ea127839e4060 \
                    sha256  050b9e86f98fb790a2925cea6148f82f95808d707735b2650f3856cb6f53e0ae \
                    size    19288

depends_run-append  port:ImageMagick

destroot {
    xinstall -m 0755 ${worksrcpath}/${name} ${destroot}${prefix}/bin/
}
