# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4

PortSystem          1.0
PortGroup           github 1.0
PortGroup           cargo  1.0

github.setup        peter-mbx clavus 1.1.0
github.tarball_from archive
revision            0

categories          devel
installs_libs       no
license             MIT
maintainers         {gmail.com:pietro.mobrici @peter-mbx} \
                    openmaintainer

description         Simplify the management of configurations on your machine

long_description    \
    A lightweight command-line tool designed for anyone in the tech field, \
    specially for IT consultants or professionals managing multiple clients \
    environments. This tool simplifies the management of configurations on \
    your machine, allowing you to configure your environment and load the \
    necessary resources, like files and/or commands.

checksums           rmd160  28d8ad58972d557a0c2366f96f02322ea66cbebd \
                    sha256  68d328798320e0c6079efeb48d437d3599dbfcab5aa3a0744887148c35c37487 \
                    size    12001

use_configure       no

cargo.offline_cmd   {}

destroot {
    xinstall -m 0755 \
        ${worksrcpath}/target/[cargo.rust_platform]/release/${name} \
        ${destroot}${prefix}/bin/
}
