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

name                cl-xlunit
version             0.6.3
revision            0

homepage            https://tracker.debian.org/cl-xlunit

master_sites        debian:c/${name}/
worksrcdir          ${name}-${version}
distname            ${name}_${version}
extract.suffix      .orig.tar.gz

checksums           rmd160  5736563f100057e92480b76aa7ea7410d61c721a \
                    sha256  7711a5b7a8f328f579884d2bd06d9352ac13b30b0cc36977d44213f7576d582e \
                    size    7978

categories-append   devel
maintainers         nomaintainer
license             BSD

description         XLUnit is a Test Framework based on XPTest and JUnit.

long_description    {*}${description}

post-extract {
    # :FORCE and :FORCE-NOT arguments not allowed in a nested call to ASDF/OPERATE:OPERATE unless identically to toplevel
    reinplace {s| :force t||} ${worksrcpath}/xlunit.asd
}

livecheck.url       http://ftp.debian.org/debian/pool/main/c/${name}/?C=N\;O=D
livecheck.regex     ${name}_(\\d+(?:\\.\\d+)*)
