You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
31 lines
1016 B
Tcl
31 lines
1016 B
Tcl
# -*- 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
|
|
PortGroup github 1.0
|
|
|
|
github.setup 3b 3bmd 0a54e65e13f2eb174d47d3d2d21ae46ff29c547d
|
|
name cl-3bmd
|
|
version 20240515
|
|
revision 0
|
|
|
|
checksums rmd160 498e313a80313dc9da9c68ae6b8f2c79d9d55a71 \
|
|
sha256 4fc42dc3d6460f657a637e065505dbdeef0db17c2f716613f5f558d0f82841b9 \
|
|
size 40751
|
|
github.tarball_from archive
|
|
|
|
categories-append textproc
|
|
maintainers nomaintainer
|
|
license MIT
|
|
|
|
description markdown processor in CL using esrap parser
|
|
long_description {*}${description}
|
|
|
|
depends_lib-append port:cl-colorize \
|
|
port:cl-fiasco \
|
|
port:cl-esrap \
|
|
port:cl-split-sequence
|
|
|
|
# See: https://github.com/3b/3bmd/issues/63
|
|
common_lisp.abcl no
|