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

ruby.branches       3.4 3.3 3.2
ruby.setup          termpix 0.4.1 gem {} rubygems
revision            0
categories-append   sysutils
platforms           any
license             Unlicense
maintainers         nomaintainer
description         Modern Terminal Image Display
long_description    Display images in the terminal using the best available protocol.
homepage            https://github.com/isene/termpix
checksums           rmd160  365ab52d192d162366addc5d9af4e5f41e84fe26 \
                    sha256  bfcb9622b0352f0a0d695b360297399871f119d008f10baa49469c6dd79ac008 \
                    size    9216
supported_archs     noarch

if {${subport} ne ${name}} {
    depends_run-append \
                    port:libsixel
}
