# -*- 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/lmorg/murex 6.3.4225 v go.offline_build no github.tarball_from archive revision 0 homepage https://murex.rocks description \ Bash-like \$SHELL designed for greater commandline productivity and safer \ shell scripts long_description \ ${name} is a shell, like bash / zsh / fish / etc. It follows a similar \ syntax to POSIX shells like Bash however supports more advanced features \ than you'd typically expect from a \$SHELL. It aims to be similar enough \ to traditional shells that you can retain most of your muscle memory, \ while not being afraid to make breaking changes where "bash-isms" lead to \ unreadable, hard to maintain, or unsafe code. ${name} is designed for \ DevOps productivity so it isn't suited for high-performance workloads \ beyond what you'd typically run in Bash (eg pipelines forked as \ concurrent processes). categories shells installs_libs no license GPL-2 maintainers {gmail.com:herby.gillot @herbygillot} \ openmaintainer checksums rmd160 888c83a6de8de3a4a834bde669dcd50e4287a913 \ sha256 2b727bd89c63a50531294d06e1c59e5b120b312bd1877b8803083e301ac8980f \ size 9270411 depends_run-append port:aspell \ port:aspell-dict-en set mx_doc_dir ${prefix}/share/doc/${name} set mx_share_dir ${prefix}/share/${name} destroot { xinstall -m 0755 ${worksrcpath}/${name} ${destroot}${prefix}/bin/ xinstall -d ${destroot}${mx_doc_dir} xinstall -d ${destroot}${mx_share_dir} file copy ${worksrcpath}/examples ${destroot}${mx_share_dir}/ file copy {*}[glob ${worksrcpath}/docs/*] ${destroot}${mx_doc_dir}/ } notes " Examples can be found in: ${mx_share_dir} "