mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
23 lines
1.0 KiB
Tcl
23 lines
1.0 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 ruby 1.0
|
|
|
|
ruby.branches 3.3 3.2 3.1
|
|
ruby.setup highline 3.1.1 gem {} rubygems
|
|
revision 0
|
|
maintainers nomaintainer
|
|
description A high-level IO library.
|
|
long_description {*}${description} that provides validation, type \
|
|
conversion, and more for command-line interfaces. HighLine \
|
|
also includes a complete menu system that can crank out \
|
|
anything from simple list selection to complete shells \
|
|
with just minutes of work.
|
|
license Ruby
|
|
supported_archs noarch
|
|
checksums rmd160 2ef9fd29a3a6fe6595437880508c5d5d6cef243a \
|
|
sha256 7a82487e35e057ce3355a0767c67d0dc7750af3647d037d2d58294e87e3c0ee0 \
|
|
size 218624
|
|
platforms any
|
|
homepage https://github.com/JEG2/highline
|