# -*- 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           golang 1.0

go.setup            github.com/fyne-io/fyne 2.8.0 v
go.package          fyne.io/fyne/v2
go.toolchain_min    1.22.0
revision            0

homepage            https://fyne.io

description         Cross platform GUI in Go inspired by Material Design

long_description    \
    Fyne is an easy-to-use UI toolkit and app API written in Go. It is \
    designed to build applications that run on desktop and mobile devices \
    with a single codebase.

categories          devel
installs_libs       no
license             BSD
maintainers         {gmail.com:herby.gillot @herbygillot} \
                    openmaintainer

checksums           rmd160  8e7f335376d117971b357c20c2e2005c0ff45b3a \
                    sha256  a15d4b41e4278006f0f4839449255f7b1e4c08b1d66630ebef4f7e92f089b258 \
                    size    10409210

depends_run-append  port:go

go.offline_build no
build.args          ./cmd/${name}

destroot {
    xinstall -m 0755 ${worksrcpath}/${name} ${destroot}${prefix}/bin/
}

github.livecheck.regex {([0-9.]+)}
