# -*- 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        atlas-engineer nhooks 1.2.2
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
name                cl-nhooks
revision            0

checksums           rmd160  b7102ac84ba684cb38738766c6907dc9659540f6 \
                    sha256  1d450c69c791c0025aaa9292bdf163a529d005c3fa1ba481a54066c3d79964d1 \
                    size    10749

categories-append   devel
maintainers         nomaintainer
license             MIT

description         Improved hooks facility inspired by Serapeum.

long_description    {*}${description}

depends_lib-append  port:cl-bordeaux-threads \
                    port:cl-closer-mop \
                    port:cl-lisp-unit2 \
                    port:cl-nasdf \
                    port:cl-serapeum

common_lisp.threads yes
