# -*- 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.14
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  431eb505c4e63ce0143add43f744f27ef9ff5eb0 \
                        sha256  1ae412577a09965c23acbe5ffedeadae1993025b3595cab98f15f0dd40bb43e9 \
                        size    3896473

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