# -*- 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.11
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               rmd160  79f79cb63edb7f78d8f6ee28d58a9fc8cabc45ac \
                        sha256  b6dd57c94b7d3b698248a92325147ab9196f5e97a4f0e8cc64678a0a1c7a0dfe \
                        size    3897263

# 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}
