github.com/StackExchange/blackbox/v2@v2.0.1-0.20220331193400-d84e904973ab/tools/Portfile.template (about)

     1  # -*- 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
     2  # $Id: Portfile 132962 2015-02-16 10:33:02Z ryandesign@macports.org $
     3  
     4  PortSystem          1.0
     5  PortGroup           github 1.0
     6  
     7  github.setup        StackExchange blackbox @@VERSION@@ v
     8  name                vcs_blackbox
     9  categories          security
    10  platforms           darwin
    11  maintainers         whatexit.org:tal openmaintainer
    12  license             BSD
    13  supported_archs     noarch
    14  
    15  description         Safely store secrets in git/hg/svn repos using GPG encryption
    16  
    17  long_description    Storing secrets such as passwords, certificates and private keys \
    18                      in Git/Mercurial/SubVersion is dangerous. Blackbox makes it easy \
    19                      to store secrets safely using GPG encryption. They can be easily \
    20                      decrypted for editing or use in production.
    21  
    22  checksums           rmd160  @@RMD160@@ \
    23                      sha256  @@SHA256@@
    24  
    25  use_configure       no
    26  
    27  build               {}
    28  
    29  # This project's Makefile uses DESTDIR incorrectly.
    30  destroot.destdir    DESTDIR=${destroot}${prefix}
    31  destroot.target     packages-macports