mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
For the main distfile only. Vendors will need a bigger, separate migration. Ports that don't specify are set to `tarball`.
39 lines
1.2 KiB
Tcl
39 lines
1.2 KiB
Tcl
# -*- 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.5.0 v
|
|
go.package fyne.io/fyne/v2
|
|
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 9a6ef63fee72a5103339a7215641be39478ea087 \
|
|
sha256 5d116620670793073b87e9579e8a434a1486be6d9e57fa48af7520d12d56ddbf \
|
|
size 16189405
|
|
|
|
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.]+)}
|