# -*- 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 rune-rs rune 0.13.3 github.tarball_from archive revision 0 description An embeddable dynamic programming language for Rust. long_description {*}${description} categories lang installs_libs no license {Apache-2 MIT} maintainers {gmail.com:herby.gillot @herbygillot} \ openmaintainer checksums rmd160 e5cd8f7576b9c90d7230c6e08cd887db146cdfd0 \ sha256 09da8e340d492ce70a6e191b27df5f39cf7a78d746a49919009292d96e35edb2 \ size 3378735 cargo.offline_cmd destroot { xinstall -m 0755 \ ${worksrcpath}/target/[cargo.rust_platform]/release/${name} \ ${destroot}${prefix}/bin/ }