# -*- 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.89 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 df07e19c8c11a4aa7e7550fca59209615c3a8483b4cba36d320bb06e30eef414 \
                    rmd160 a2a040aeffea287c11b6315f3b2f1e106efda79d \
                    size   133302

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/
}
