# -*- 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 r-lib vdiffr 1.0.9 v
revision            0
maintainers         nomaintainer
license             MIT
description         Visual regression testing and graphical diffing
long_description    {*}${description}
homepage            https://vdiffr.r-lib.org
checksums           rmd160  5a694ab79046d16cb56a87b2d1ce4aec8ce18244 \
                    sha256  c937f477b7a4e73ebf767fce79c8a1a314de1ee407e25fba0d9e43e37bd64a11 \
                    size    107597
github.tarball_from archive

depends_lib-append  port:libpng \
                    port:R-cpp11 \
                    port:R-diffobj \
                    port:R-glue \
                    port:R-htmltools \
                    port:R-lifecycle \
                    port:R-rlang \
                    port:R-testthat \
                    port:R-xml2

depends_test-append port:R-covr \
                    port:R-decor \
                    port:R-ggplot2 \
                    port:R-roxygen2 \
                    port:R-withr

test.run            yes
