# -*- 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
PortGroup               cargo  1.0
PortGroup               app 1.1

github.setup            jkcoxson idevice_pair 0.1.10
github.tarball_from     archive
revision                0

categories              devel aqua
license                 MIT
maintainers             {i0ntempest @i0ntempest} openmaintainer
description             Generate pair records for iOS and save them
long_description        A tiny cross-platform GUI (egui/eframe) for working with iOS pairing files and developer settings—built\
                        on top of the idevice Rust crate.

checksums               ${name}-${version}${extract.suffix} \
                        rmd160  d5ad4a765d170bfd1b7f0d2d0f4274c40cda1555 \
                        sha256  397987b2ad2792107c54133750f36a48d46e65dbbc0b071928f4b7e588fa3cb1 \
                        size    3892794

# rust-i18n
cargo.offline_cmd

destroot {}

app.executable          ${worksrcpath}/target/[option triplet.${configure.build_arch}]/release/${name}
app.icon                ${worksrcpath}/icon.png
app.name                ${name}
