# -*- 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             cran google crc32c 0.0.2
revision            1
maintainers         nomaintainer
license             GPL-2+
description         Cyclic redundancy check with CPU-specific acceleration
long_description    {*}${description}
checksums           rmd160  0d060b202580fd4667fc2dd5caecc2599b702eb2 \
                    sha256  efb783a4ff3afd4f512008ebb3133b5a3a51bd3f3bd38b75253219fe2ee72b91 \
                    size    32594

depends_build-append \
                    path:bin/cmake:cmake
depends_lib-append  port:R-tidyCpp

build.env-append    CC=${configure.cc} CXX=${configure.cxx}

test.run            no
