# -*- 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           golang 1.0

go.setup            github.com/homeport/termshot 0.2.12 v
revision            0

description         Creates screenshots based on terminal command output
long_description    {*}${description}

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

checksums           rmd160  b76921034ef7d241c0bbfb58ebe0f2ec2cc15494 \
                    sha256  728842405c400548f4d2cf71f9b51aec0eac990deda5b38a9a14ca0fb8130554 \
                    size    668784

go.offline_build no

build.target        ./cmd/${name}

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