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

github.setup        melisgl try cf2a8887d091bf297b72ef69e15012e7e849ba3b
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
name                cl-try
version             20230828
revision            0

checksums           rmd160  3f5c4dcfb8a8e2e7cfd4fa786b307e55346e6ba3 \
                    sha256  a7a705d9fc0dc2c59021d86861f78f5d6454effa642939e0295fd40d8de79441 \
                    size    141261

categories-append   devel
maintainers         nomaintainer
license             BSD

description         Try is an extensible test framework with equal support for interactive and non-interactive workflows.

long_description    {*}${description}

depends_lib-append  port:cl-alexandria \
                    port:cl-ppcre \
                    port:cl-closer-mop \
                    port:cl-mgl-pax \
                    port:cl-ieee-floats

common_lisp.threads yes

# See: https://github.com/melisgl/try/issues/4
test.run            no

github.livecheck.branch main
