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

github.setup        ssb22 PrimerPooler 1.88 v
github.tarball_from archive
name                pooler
revision            0

homepage            https://ssb22.user.srcf.net/pooler/

description         Optimise combinations of primers

long_description    PrimerPooler optimises combinations of primers to \
                    minimise the formation of dimers in multiplexed PCR.

checksums           sha256  9df435491fb89a08cb19976ff1d9c8fa3c8b06e7c92efdc069b3e06f888b9f22 \
                    rmd160  bde3b378122e4937b372a7950627af17734e70ce \
                    size    133457

categories          science
license             Apache-2
maintainers         {@ssb22} \
                    openmaintainer

build.dir           ${worksrcpath}/pooler
compiler.openmp_version 2.5

destroot {
    xinstall -m 0755 \
        ${worksrcpath}/pooler/pooler ${destroot}${prefix}/bin/

    xinstall -m 0644 \
        ${worksrcpath}/pooler/pooler.1 ${destroot}${prefix}/share/man/man1/
}
