# -*- 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 archive 1.1.10 v
revision            0
categories-append   archivers devel
maintainers         nomaintainer
license             MIT
description         Multi-format archive and compression support
long_description    {*}${description}
homepage            https://archive.r-lib.org
checksums           rmd160  44eae71ad1ded5d0d543fc233cc3adf489a707f7 \
                    sha256  857af834e494fe559dec1ee5afc3b5611555bd43909d2ee4ed4dd2d0f0609ad1 \
                    size    145197
github.tarball_from archive

depends_lib-append  port:libarchive \
                    port:R-cli \
                    port:R-glue \
                    port:R-rlang \
                    port:R-tibble

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

test.run            yes
