# -*- 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        hraban trivial-shell ad4218b62bea99ef10c1675eeba5cd96c763e46e
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball

# NOTE: repository was moved from github user gwkkwg to hraban,
# and github produces archive which contains user name inside
# => checksums are miss match with distfiles, until any commit is made
master_sites        macports_distfiles

name                cl-trivial-shell
version             20230111
revision            0

checksums           rmd160  7376e3c095705dbb1a674e2d1d0f1befd38c2e45 \
                    sha256  15ff275f3ff1174839b9006c7cd513c183d7d0211db03d130b4a55cf5e78abe8 \
                    size    14918

categories-append   devel
maintainers         nomaintainer
license             MIT

description         A simple Common-Lisp interface to the underlying Operating System

long_description    {*}${description}

depends_lib-append  port:cl-lift
