# -*- 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        hu-dwim hu.dwim.stefil 7a172486ea51c5d38836e5b209d7135014506d19
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
name                cl-hu.dwim.stefil
version             20211211
revision            0

checksums           rmd160  9d7785239dd33a9264352dbe57de0819000506e8 \
                    sha256  5e172b6287aaded52b7aa4f6eb58e24d0dd9672856bd0f06ddcce33266fbac5d \
                    size    23588

categories-append   devel
maintainers         nomaintainer
license             BSD

description         Common Lisp testing framework blending into normal Slime development.

long_description    {*}${description}

depends_lib-append  port:cl-alexandria \
                    port:cl-hu.dwim.asdf

post-extract {
    # NOTE: hu.dwim.stefil+swank*.asd is broken
    file delete ${worksrcpath}/hu.dwim.stefil+swank.asd
    file delete ${worksrcpath}/hu.dwim.stefil+hu.dwim.def.asd
    file delete ${worksrcpath}/hu.dwim.stefil+hu.dwim.def+swank.asd
}

github.livecheck.branch \
                    main
