# -*- 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           cmake 1.1
PortGroup           github 1.0

github.setup        cpp-netlib url 3.0.0
name                skyr-url
revision            0
categories          net security
license             Boost-1
maintainers         {@yourhandle yourdomain.org:yourname} openmaintainer
description         C++ library that implements the WhatWG URL specification
long_description    {*}${description}

checksums           rmd160  624e8d576b4e86103f55b9293b5c50835d65b6f5 \
                    sha256  97cbbaac4b731e8badb0afc83baa316150ae55be8f5e9278c59023a0f48be9a4 \
                    size    326434
github.tarball_from archive

cmake.generator     Ninja

compiler.cxx_standard   2023

depends_build-append \
                    port:catch2

depends_lib-append  port:nlohmann-json

# https://github.com/glynos/url/issues/20
configure.args-append \
                    -Dskyr_BUILD_TESTS=OFF
