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

# Revert to GitHub once updated there.
R.setup             cran dreamRs shinybusy 0.3.3 v
revision            1
categories-append   devel
maintainers         nomaintainer
license             GPL-3
description         Minimal busy indicator for Shiny apps
long_description    {*}${description}
homepage            https://dreamrs.github.io/shinybusy
checksums           rmd160  b995040f65865e9d9fa182d9d3196b6268d79bf4 \
                    sha256  628360c74cc4d454e88ff622398b30cfb3cd6cdef0515f09b248b6d87a894eae \
                    size    2053521
supported_archs     noarch

depends_lib-append  port:R-htmltools \
                    port:R-htmlwidgets \
                    port:R-jsonlite \
                    port:R-shiny

depends_test-append port:R-covr \
                    port:R-knitr \
                    port:R-rmarkdown \
                    port:R-testthat

test.run            yes
