Files
Aaron Madlon-KayandAaron Madlon-Kay 0a9437e290 golang ports: specify github.tarball_from archive in portgroup
For the main distfile only. Vendors will need a bigger, separate migration.

Ports that don't specify are set to `tarball`.
2025-03-07 07:03:15 +09:00

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.]+)}