mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
32 lines
1.1 KiB
Tcl
32 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 common_lisp 1.0
|
|
PortGroup github 1.0
|
|
|
|
github.setup hraban cl-containers 5f877987e3c7f27ce8fa98006f1607dbb9311d13
|
|
version 20240624
|
|
revision 0
|
|
|
|
checksums rmd160 c9e6a7872a68845b8a3fb408f7357ef2637ec639 \
|
|
sha256 181b4adcc01f46977f1c0d7ebe2ad4ae23e77b9de96010722829696899999cbe \
|
|
size 232552
|
|
github.tarball_from archive
|
|
|
|
categories-append devel
|
|
maintainers nomaintainer
|
|
license MIT
|
|
|
|
description Containers Library for Common Lisp
|
|
long_description {*}${description}
|
|
|
|
depends_lib-append port:cl-metatilities-base \
|
|
port:cl-metacopy \
|
|
port:cl-lift
|
|
|
|
# cl-containers-documentation.asd: don't recognize component type :DOCUDOWN-SOURCE
|
|
# See: https://github.com/hraban/cl-containers/issues/14
|
|
post-extract {
|
|
file delete -force ${worksrcpath}/cl-containers-documentation.asd
|
|
}
|