mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
26 lines
1004 B
Tcl
26 lines
1004 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 tty-reader 0.9.0 gem {} rubygems
|
|
revision 0
|
|
platforms any
|
|
license MIT
|
|
maintainers nomaintainer
|
|
description Set of methods for processing keyboard input
|
|
long_description {*}${description} in character, line and multiline modes.
|
|
homepage https://ttytoolkit.org
|
|
checksums rmd160 4d818713d9aae6954eb64b747ea0655f9bcab886 \
|
|
sha256 c62972c985c0b1566f0e56743b6a7882f979d3dc32ff491ed490a076f899c2b1 \
|
|
size 18432
|
|
supported_archs noarch
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_run-append \
|
|
port:rb${ruby.suffix}-tty-cursor \
|
|
port:rb${ruby.suffix}-tty-screen \
|
|
port:rb${ruby.suffix}-wisper
|
|
}
|