# -*- 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/TheZoraiz/ascii-image-converter 1.13.1 v
go.offline_build    no
github.tarball_from archive
revision            0

description         Convert images into ASCII art on the command line

long_description    ${name} is a cross-platform command-line tool that \
                    converts images into ASCII art and prints them on the \
                    console. It supports JPEG, PNG, WebP, BMP, TIFF and GIF \
                    images, colored and braille output, and saving the \
                    resulting art as text or image files.

categories          graphics
installs_libs       no
license             Apache-2
maintainers         {gmail.com:herby.gillot @herbygillot} \
                    openmaintainer

checksums           rmd160  259c64ee1a8268b4e29c4388c3e3f5c168794fe0 \
                    sha256  3f4d6c62ee3f74c7c165c64209f9de8add01e6d3149174fe35f419cfaafc316a \
                    size    6621743

build.args          -ldflags \"-s -w\"

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