# -*- 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            phoe trivial-custom-debugger 802473c75d9db625b8f37b05c95dde47b67c52fa
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from     tarball
name                    cl-trivial-custom-debugger
version                 20230814
revision                0

checksums               rmd160  a410c399691581b65028f697c33861749b72d2cb \
                        sha256  92653ec5b3617d9fb5262935244d492ad75ce5e96a5029335aa41d6712ac4152 \
                        size    3741

categories-append       devel
maintainers             nomaintainer
license                 MIT

description             Allows arbitrary functions to become the standard Lisp debugger

long_description        {*}${description}

# NOTE: cl-trivial-custom-debugger depends on cl-parachute which depends on this port
common_lisp.build_run   no

depends_test-append     port:cl-parachute

# See: https://github.com/phoe/trivial-custom-debugger/issues/3
common_lisp.ecl         no
common_lisp.ccl         no
common_lisp.clisp       no