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`.
33 lines
961 B
Tcl
33 lines
961 B
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/tulir/gomuks 0.3.1 v
|
|
go.package maunium.net/go/gomuks
|
|
revision 0
|
|
|
|
homepage https://${go.package}
|
|
|
|
description A terminal based Matrix client written in Go.
|
|
|
|
long_description {*}${description}
|
|
|
|
categories net
|
|
installs_libs no
|
|
license AGPL-3
|
|
maintainers {gmail.com:herby.gillot @herbygillot} \
|
|
openmaintainer
|
|
|
|
checksums rmd160 07a047d40221488092e9b7eb82f78e4d0edee9fb \
|
|
sha256 e5212c416a84a5e8f46ab6b36cf9cfec36918930dbf7a155cce00570887600f7 \
|
|
size 295237
|
|
|
|
depends_lib-append port:olm
|
|
|
|
go.offline_build no
|
|
|
|
destroot {
|
|
xinstall -m 0755 ${worksrcpath}/${name} ${destroot}${prefix}/bin/
|
|
}
|