# -*- 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            snmsts trivial-clipboard aee67d6132a46237f61d508ae4bd9ff44032566d
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from     tarball
name                    cl-trivial-clipboard
version                 20231013
revision                0

checksums               rmd160  928927fe9d5a23f852bc2d9ea706e61f6caa814f \
                        sha256  5e2c301b4e00a6799db4d92b08135c9b36b42b056bcab7443a0b8989c43a8dfe \
                        size    4919

categories-append       devel
maintainers             nomaintainer
license                 MIT

description             trivial-clipboard let access system clipboard

long_description        {*}${description}

depends_lib-append      port:cl-cffi \
                        port:cl-fiveam

common_lisp.ffi         yes
