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

name                td_lib
version             20250117
revision            0
categories          devel
license             MIT
maintainers         {makr @mohd-akram} openmaintainer

description         Helper library for Thomas Dickey tools
long_description    {*}${description}

homepage            https://invisible-island.net/ded/
master_sites        https://invisible-island.net/archives/ded/
extract.suffix      .tgz

checksums           rmd160  13e8b96d0b71289815642fbae22d9a13486cf7ce \
                    sha256  172ceee83471e2e221f190e65ca8255d3465f0e6d5a346a8d1efbf008df701bf \
                    size    492822

# issues with updating libtd.a archive in parallel
use_parallel_build  no

livecheck.type      regex
livecheck.url       ${master_sites}
livecheck.regex     "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"
