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

github.setup            seqan seqan3 3.4.0
revision                0
checksums               rmd160  7195095e538ba6a49210f923d1274f1807163530 \
                        sha256  98d43fd1472d755b5d3b86ae2a7e4efddfdec70d7b7687efed195b7339c6ad17 \
                        size    1233160

categories              science
supported_archs         noarch
platforms               any
license                 BSD
maintainers             {fu-berlin.de:rene.rahn @rrahn} openmaintainer
description             SeqAn3 - The modern C++ library for sequence analysis
long_description        SeqAn3 is the new version of the popular SeqAn template \
                        library for the analysis of biological sequences. \
                        It enables the rapid development of high-performance solutions \
                        by providing generic algorithms and data structures \
                        By leveraging modern C++ it provides unprecedented ease-of-use \
                        without sacrificing performance.
homepage                https://www.seqan.de

github.tarball_from     releases
distname                ${github.project}-${github.version}-Source
use_xz                  yes

depends_lib-append      port:bzip2 \
                        port:zlib

compiler.cxx_standard 2020
