You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
34 lines
1.2 KiB
Tcl
34 lines
1.2 KiB
Tcl
# -*- 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 legacysupport 1.1
|
|
|
|
legacysupport.newest_darwin_requires_legacy 15
|
|
|
|
github.setup artkiver signify-macOS 1.63
|
|
github.tarball_from archive
|
|
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 f829819820a21f147be7c4058c11fe78a7a7614f \
|
|
sha256 35a3b6b2fa11faae80af0a14afa12e4bfd3a602600ea9b7da52e57613734e32b \
|
|
size 98639
|
|
|
|
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
|