You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
b4b12015dd
In preparation for changing the default.
33 lines
1.1 KiB
Tcl
33 lines
1.1 KiB
Tcl
# -*- 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 vseloved should-test 48facb9f9c07aeceb71fc0c48ce17fd7d54a09d4
|
|
# Change github.tarball_from to 'releases' or 'archive' next update
|
|
github.tarball_from tarball
|
|
name cl-should-test
|
|
version 20190829
|
|
revision 0
|
|
|
|
checksums rmd160 6d60e05a5c27216bd5e0fa9463f54a02ad88d818 \
|
|
sha256 fd5bf1ff53a16bcceb1bb4e825bbd468bee27c242562cde6c3bd9c268c324ff2 \
|
|
size 7822
|
|
|
|
categories-append devel
|
|
maintainers nomaintainer
|
|
license MIT
|
|
|
|
description A minimal yet feature-rich Common Lisp test framework
|
|
|
|
long_description {*}${description}
|
|
|
|
depends_lib-append port:cl-local-time \
|
|
port:cl-osicat \
|
|
port:cl-ppcre \
|
|
port:cl-rutils
|
|
|
|
# See: https://github.com/vseloved/should-test/issues/4
|
|
common_lisp.abcl no
|