# -*- 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 nothings stb b7cf1246284b49dfe7f1288e6f739b7a3a9d966b version 20240211 revision 0 categories devel platforms any supported_archs noarch license {public-domain MIT} maintainers {judaew @judaew} openmaintainer description \ Single-file public domain (or MIT licensed) libraries for C/C++. long_description {*}${description} checksums rmd160 b68f89ad403fdfbf054f76a720f8f6241a488a6c \ sha256 06bea66e00485c64981408fdd5bd038abdddc2417f4d70f3966dde51c2594904 \ size 1510561 use_configure no build {} destroot { xinstall -d ${destroot}${prefix}/include/${name} xinstall -m 0644 {*}[glob ${worksrcpath}/*.h] \ ${destroot}${prefix}/include/${name} xinstall -m 0644 {*}[glob ${worksrcpath}/*.c] \ ${destroot}${prefix}/include/${name} xinstall -d ${destroot}${prefix}/share/doc/${name} xinstall -m 0644 {*}[glob ${worksrcpath}/docs/*] \ ${destroot}${prefix}/share/doc/${name} }