# -*- 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.13
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  4b8b7fa54a9907208f98fbec315a8269726b57f1 \
                        sha256  f857a8e160a217461c46f6da0a8781b3ce32b6138323f418c8df534f93d5087c \
                        size    3897342

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