# -*- 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            robert-strandh Cluffer 0747c91d0645da231a8201f09b2e5fa6a10b9f82
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from     tarball
name                    cl-cluffer
version                 20231110
revision                0

checksums               rmd160  94b6ae60cb54c374b989a11465cb4bd7f7bb4517 \
                        sha256  5c9c32ac2882b7b13b27c9c80d45927918fb8cb6e69d49b09adff247195f24a3 \
                        size    105992

categories-append       devel
maintainers             nomaintainer
license                 BSD

description             Library providing a protocol for text-editor buffers.

long_description        {*}${description}

depends_lib-append      port:cl-acclimation \
                        port:cl-clump

common_lisp.systems     {*.asd} \
                        {*/*.asd}
