# -*- 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           common_lisp 1.0

name                cl-html-encode
version             1.2
revision            0

checksums           rmd160  6ec6ffdd29d88000f3fbc0b7d6c43eb24a0f73c8 \
                    sha256  8e3da4ad3416b5b9969a76bad7c6a08e7a923bb89bcc5f21d7c5f9922c47ae1a \
                    size    3132

categories-append   devel
maintainers         nomaintainer
license             MIT

homepage            https://www.cliki.net/html-encode
master_sites        https://cl-pdx.com/static
distname            html-encode-${version}

description         html-encode is a small library for encoding text in various web-savvy formats

long_description    {*}${description}

livecheck.type      regex
livecheck.url       ${homepage}
livecheck.regex     html-encode-(\[\\d.\]+)${extract.suffix}
