# -*- 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 kyoheiu felix 2.13.0 v github.tarball_from archive revision 0 description tui file manager with vim-like key mapping long_description {*}${description} categories sysutils installs_libs no license MIT maintainers {gmail.com:herby.gillot @herbygillot} \ openmaintainer build.pre_args-delete \ --frozen --offline checksums rmd160 46423ccf22c6b37d2592b359a05bfbc5c42cf125 \ sha256 4b52477d2607487d8c8a06e8090cb64ad7a47df9e254ce49888b0fa58d95e56d \ size 13354257 destroot { xinstall -m 0755 \ ${worksrcpath}/target/[cargo.rust_platform]/release/fx \ ${destroot}${prefix}/bin/ }