# -*- 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 golang 1.0 go.setup github.com/szazeski/checkssl 0.5.1 v revision 0 homepage https://www.checkssl.org description checkssl - simple command line tool to check or monitor your https certificate long_description ${description} categories sysutils devel license MIT installs_libs no maintainers {breun.nl:nils @breun} \ openmaintainer checksums rmd160 bec45146c382baafeb41426c6c95e39c1f92fe2a \ sha256 9dc89404b70cb9dd26702daafee0f8214ab036f595fde794db41f767d8ee0237 \ size 13049 destroot { set doc_dir ${destroot}${prefix}/share/doc/${name} # Create the doc_dir directory xinstall -m 755 -d ${doc_dir} # Copy the docs foreach f { LICENSE README.md } { copy ${worksrcpath}/${f} ${doc_dir} } xinstall -m 755 ${worksrcpath}/${name} ${destroot}${prefix}/bin/${name} }