# -*- 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        Shinmera multilang-documentation aa0c7d14f59cbddcfcb6c6bedc3904fe95d654cf
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
name                cl-multilang-documentation
version             20230703
revision            0

checksums           rmd160  c552d2d2edad5639af211d316fd7d012c24b8214 \
                    sha256  a16ea4e1570419a8809c333f9f9caf5b96bb052eff432b8b05af8bcac25ed51d \
                    size    7461

categories-append   devel
maintainers         nomaintainer
license             zlib

description         A drop-in replacement for cl:documentation with support for multiple languages.

long_description    {*}${description}

depends_lib-append  port:cl-documentation-utils \
                    port:cl-language-codes \
                    port:cl-system-locale

# See: https://github.com/Shinmera/language-codes/issues/3
common_lisp.clisp   no
