# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4

PortSystem          1.0
PortGroup           octave 1.0

octave.setup        github schloegl octmat-bioinfo 0.2.2
octave.module       bioinfo
revision            0
license             GPL-3+
maintainers         {mps @Schamschula} openmaintainer
description         Bioinformatics manipulation.
long_description    {*}${description}

supported_archs     noarch
platforms           {darwin any}

# Current version is in heads
github.master_sites https://github.com/schloegl/octmat-bioinfo/archive/refs/heads/
distname            master

checksums           rmd160  fb830da218f871a21ae9372f2545fbebf49b9f42 \
                    sha256  4a9729e63c19441b78fbaebd05b30af4ff3d499526fa36102de4ef7618aa15b0 \
                    size    26853

post-extract {
    move ${workpath}/${distname} ${workpath}/${octave.module}
}

livecheck.type      regex
livecheck.url       https://gnu-octave.github.io/packages/${octave.module}/
livecheck.regex     ${octave.module}-(\\d+(.\\d+)*)
