# -*- 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

name                ligotools
version             1.2.0
categories          science
platforms           any
maintainers         nomaintainer
license             GPL-3+
supported_archs     noarch

description         This is a collection of tools used by the LIGO scientific community

long_description    {*}${description}

homepage            https://wiki.ligo.org/DASWG/LIGOTools
master_sites        https://software.igwn.org/lscsoft/source/

checksums           rmd160  a1639a9ea5abf4827e06a6a5ecde3595b3e68303 \
                    sha256  3a9bd2a7604257a37c595655349f1e3001c7f063b75354526b702b996ee12e72

depends_lib         port:tcl

livecheck.type      regex
livecheck.url       [lindex ${master_sites} 0]
livecheck.regex     ${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}
