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

github.setup        artkiver signify-macOS 1.5
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
name                signify
categories          security
license             ISC
maintainers         {vt.edu:jpo @jpouellet} {@artkiver gmail.com:artkiver} openmaintainer
description         cryptographically sign and verify files
long_description    The signify utility creates and verifies cryptographic \
                    signatures. A signature verifies the integrity of a message.
homepage            https://man.openbsd.org/signify.1

checksums           rmd160  67f9901b72a35f8c6cd98e6b5744740134fa731a \
                    sha256  0c58d56618aefe53e6002f4313664ea23cc5817b1ac9bcddd48149b2ad4e59de \
                    size    98549

variant universal   {}

use_configure       no

build.target        signify
build.args-append   CC="${configure.cc} [get_canonical_archflags cc]"

destroot.args       PREFIX="${destroot}${prefix}"

test.run            yes