You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
36 lines
1.3 KiB
Tcl
36 lines
1.3 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 meson 1.0
|
|
|
|
name megatools
|
|
version 1.11.5.20250706
|
|
revision 0
|
|
checksums rmd160 da8db58ed0eecdb42934f7a754512ad148a41cf1 \
|
|
sha256 51f78a03748a64b1066ce28a2ca75d98dbef5f00fe9789dc894827f9a913b362 \
|
|
size 106670
|
|
|
|
categories net
|
|
license GPL-2+
|
|
installs_libs no
|
|
platforms darwin
|
|
maintainers {i0ntempest @i0ntempest} openmaintainer
|
|
|
|
description Command line client application for Mega.
|
|
long_description ${name} is a collection of programs for accessing Mega \
|
|
service from the command line on your desktop or server.
|
|
|
|
homepage https://megatools.megous.com
|
|
master_sites ${homepage}/builds/
|
|
|
|
depends_build-append \
|
|
port:asciidoc \
|
|
port:docbook2X \
|
|
port:pkgconfig
|
|
|
|
depends_lib-append port:curl \
|
|
path:lib/pkgconfig/glib-2.0.pc:glib2 \
|
|
path:lib/libssl.dylib:openssl
|
|
|
|
livecheck.regex ${name}-(\[0-9.git-\]+)[quotemeta ${extract.suffix}]
|