mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
26 lines
968 B
Tcl
26 lines
968 B
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 cmake 1.1
|
|
|
|
github.setup jedisct1 minisign 0.12
|
|
# Change github.tarball_from to 'releases' or 'archive' next update
|
|
github.tarball_from tarball
|
|
revision 0
|
|
categories security
|
|
license ISC
|
|
maintainers {l2dy @l2dy} openmaintainer
|
|
description a dead simple tool to sign files and verify digital signatures
|
|
long_description Minisign is {*}${description}.
|
|
homepage https://jedisct1.github.io/minisign/
|
|
|
|
checksums rmd160 9dbcaff6c9a1f7c4cc886175896b282d9ff1a713 \
|
|
sha256 de1beb9fe804b2479231d36fb63e89cbb8aeceb8feaa9223ff9628b60812ee22 \
|
|
size 20692
|
|
|
|
depends_build-append \
|
|
port:pkgconfig
|
|
|
|
depends_lib port:libsodium
|