mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
27 lines
998 B
Tcl
27 lines
998 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 3.0
|
|
ruby.setup git-ui 0.1.0 gem {} rubygems
|
|
categories-append devel
|
|
license Ruby
|
|
maintainers nomaintainer
|
|
description Simple CLI for git
|
|
long_description Hacky attempt at a workable UI for git, \
|
|
modelled slightly on darcs.
|
|
homepage https://rubygems.org/gems/git-ui
|
|
checksums rmd160 8a4255fd2b7efff5db618323d40b3462c45c8fe0 \
|
|
sha256 cf42c4c89c30c73be5eb96ecdd5f38110707c0c80c04354a32708da83e0a5136 \
|
|
size 8192
|
|
supported_archs noarch
|
|
platforms any
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_run-append \
|
|
port:git \
|
|
port:rb${ruby.suffix}-colorize \
|
|
port:rb${ruby.suffix}-escape
|
|
}
|