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

# Cheat about the version to avoid FetchContent in configure phase,
# restore in next update.
github.setup        TartanLlama expected 96d547c03d2feab8db64c53c3744a9b4a7c8f2c5
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
name                tl-expected
version             1.0.0
categories          devel
platforms           any
supported_archs     noarch
license             public-domain
maintainers         {l2dy @l2dy} openmaintainer
description         std::expected with functional-style extensions
long_description    Single header implementation of {*}${description}.

checksums           rmd160  dd45c5ce4886907923d38a3e0883381d7a663b1c \
                    sha256  da4019c10b7c7d1cba5b8f4ab9cbd6e081ad890b1528829484bd80195270636e \
                    size    21974

configure.args      -DBUILD_TESTING=OFF
