# -*- 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 github.setup facebook fatal 2024.06.03.00 v revision 0 categories devel license BSD maintainers {@barracuda156 gmail.com:vital.had} openmaintainer description Library for fast prototyping software in modern C++ long_description Fatal is a library for fast prototyping software in modern C++. \ It provides facilities to enhance the expressive power of C++. \ The library is heavily based on template meta-programming, \ while keeping the complexity under-the-hood. checksums rmd160 818f60f6f91555d82d1314e645bd1566200b22ab \ sha256 dc3b1bdbc9c01190ca1aa07dcc892249381f29b7ca60a6063df20feb6e76f9de \ size 651004 github.tarball_from releases distname ${name}-v${version} extract.mkdir yes platforms any supported_archs noarch use_configure no build {} destroot { copy ${worksrcpath}/${name} ${destroot}${prefix}/include xinstall -d ${destroot}${prefix}/share/${name} xinstall -W ${worksrcpath} README.md CONTRIBUTING.md LICENSE PATENTS \ ${destroot}${prefix}/share/${name} } post-destroot { fs-traverse f ${destroot}${prefix}/include/${name} { if {[file isfile ${f}] && [file extension ${f}] eq ".cpp"} { delete ${f} } } }