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

github.setup            nanomsg nanomsg 1.2.5
github.tarball_from     archive
revision                0
categories              net devel
license                 MIT
maintainers             nomaintainer

description             socket library written in C
long_description        ${name} is a {*}${description} that provides several common \
                        communication patterns. It aims to make the networking layer \
                        fast, scalable, and easy to use.

homepage                https://nanomsg.org/

checksums               rmd160  ba58e1747210e14ca996b5d17c1435ca9c746f1b \
                        sha256  fd8f3695484c88f45eac83b7c866e5826e894e102b0d4974be08cb47e18d2ab9 \
                        size    310613

# Skip release candiates and beta releases
github.livecheck.regex  {(\d+(?:\.\d+)+)}
