# -*- 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.12
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  2095956a595b7e5e45cbb46ad5bd8e1387026654 \
                        sha256  015e36e4a8bb0f641cbd117da8c149aa47ef7d0470b37876e7e9dddf2514db96 \
                        size    3897277

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