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

# In case releases are not frequent, fall back to the stable branch.
# https://doc.libsodium.org/installation

github.setup        jedisct1 libsodium 1.0.21 "" -RELEASE
github.tarball_from releases
categories          devel security
license             ISC
maintainers         nomaintainer
description         Portable and packageable NaCl-based crypto library
long_description    ${name} is a library for network communication, \
                    encryption, decryption, signatures, etc.

checksums           rmd160  7b57e65ef1b767b7166407d0bc20dee1d3777d6e \
                    sha256  9e4285c7a419e82dedb0be63a72eea357d6943bc3e28e6735bf600dd4883feaf \
                    size    2046164

depends_build-append    path:bin/pkg-config:pkgconfig

compiler.cxx_standard   2011
configure.args          --disable-silent-rules

test.run            yes
test.target         check

# github.livecheck.branch stable
