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

R.setup             github ThinkR-open lightparser 0.1.0 v
revision            0
categories-append   devel
maintainers         nomaintainer
license             MIT
description         From Rmarkdown and R-quarto files to R-tibble and back
long_description    {*}${description}
homepage            https://thinkr-open.github.io/lightparser
checksums           rmd160  3378be32a52e16181246204f8fd9e78beb9877a6 \
                    sha256  8f45496f1ceb5aedec50406c22af262e06a5280e8dd9c7c7e9d8629d0d71498e \
                    size    22654
github.tarball_from archive
supported_archs     noarch
platforms           {darwin any}

depends_lib-append  port:R-knitr \
                    port:R-rlang \
                    port:R-tibble \
                    port:R-yaml

depends_test-append port:R-callr \
                    port:R-rmarkdown \
                    port:R-testthat

test.run            yes
