# -*- 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 cargo 1.0 PortGroup github 1.0 github.setup wasmerio wasmer 4.2.8 v github.tarball_from archive revision 1 homepage https://wasmer.io description \ The leading WebAssembly Runtime supporting WASI and Emscripten long_description \ Wasmer is a fast and secure WebAssembly runtime that enables super \ lightweight containers to run anywhere: from Desktop to the Cloud, Edge \ and IoT devices. categories lang devel installs_libs no license MIT maintainers {gmail.com:herby.gillot @herbygillot} \ openmaintainer checksums rmd160 33bd8cc6ff5d55bcdde9de62a7e6b51d42a5e348 \ sha256 4c48828f6f8167c2d838abaa38b5124b32174bb4ee5e14d59599b1b7d4e32189 \ size 108204171 build.cmd make build.pre_args {} build.args build-wasmer build-capi github.livecheck.regex \ {([0-9.]+)} destroot { xinstall -m 0755 \ ${worksrcpath}/target/[cargo.rust_platform]/release/${name} \ ${destroot}${prefix}/bin/ xinstall \ ${worksrcpath}/target/[cargo.rust_platform]/release/lib${name}.dylib \ ${destroot}${prefix}/lib/ xinstall \ ${worksrcpath}/target/[cargo.rust_platform]/release/lib${name}.a \ ${destroot}${prefix}/lib/ xinstall -m 0444 \ ${worksrcpath}/lib/c-api/tests/wasm-c-api/include/wasm.h \ ${worksrcpath}/lib/c-api/wasmer.h \ ${worksrcpath}/lib/c-api/wasmer_wasm.h \ ${destroot}${prefix}/include/ } post-destroot { system -W ${destroot}${prefix} \ "sh -c 'WASMER_DIR=${prefix} ./bin/${name} config --pkg-config > ${destroot}${prefix}/lib/pkgconfig/${name}.pc'" }