# -*- 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 system-locale b7f42ddbb33f5011cbc3ca777d4be060a9823738
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
name                cl-system-locale
version             20231223
revision            0

checksums           rmd160  3b8eb82b0fb2a92f542ad36b49102e3ea0aea961 \
                    sha256  44bdfdad0ff632c67471db39c2ec15ed5af5496002d0430ec70766c8630318b5 \
                    size    6326

categories-append   devel
maintainers         nomaintainer
license             zlib

description         System locale and language discovery

long_description    {*}${description}

depends_lib-append  port:cl-cffi \
                    port:cl-documentation-utils

common_lisp.ffi     yes
