mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
24 lines
852 B
Tcl
24 lines
852 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 ruby 1.0
|
|
|
|
ruby.branches 3.3 3.2 3.1
|
|
ruby.setup 3llo 1.3.1 gem {} rubygems
|
|
revision 0
|
|
platforms any
|
|
license MIT
|
|
maintainers nomaintainer
|
|
description Interactive CLI application for Trello
|
|
long_description {*}${description}
|
|
homepage https://github.com/qcam/3llo
|
|
checksums rmd160 6e6b6c61f93917f3e58ca009e6f0da04402a4dc9 \
|
|
sha256 62ca7379b0cd6fe6f3afbccc7c110d334d930337be63bc72c2970af5a63e62f0 \
|
|
size 23040
|
|
supported_archs noarch
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_run-append \
|
|
port:rb${ruby.suffix}-tty-prompt
|
|
}
|