mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
See https://github.com/macports/macports-ports/pull/26909#issuecomment-3339115770
37 lines
1.2 KiB
Tcl
37 lines
1.2 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 cmake 1.1
|
|
PortGroup github 1.0
|
|
PortGroup legacysupport 1.1
|
|
|
|
# filesystem
|
|
legacysupport.newest_darwin_requires_legacy 18
|
|
legacysupport.use_mp_libcxx yes
|
|
|
|
github.setup ArthurSonzogni git-tui 1.2.0 v
|
|
revision 1
|
|
categories devel sysutils
|
|
license MIT
|
|
maintainers nomaintainer
|
|
description Terminal interfaces for git
|
|
long_description Collection of human-friendly terminal interfaces for git.
|
|
checksums rmd160 a031c97e8dbdd294d197189c3240c8a84b96b79d \
|
|
sha256 51fc9f55846fddb544f247e4154970c75d794a8523b240a914018eb59143bb91 \
|
|
size 2516163
|
|
github.tarball_from archive
|
|
|
|
depends_lib-append port:FTXUI \
|
|
port:subprocess
|
|
|
|
depends_run-append bin:bin:git
|
|
|
|
patchfiles-append patch-CmakeLists.diff
|
|
|
|
configure.args-append \
|
|
-DFTXUI_BUILD_EXAMPLES=OFF \
|
|
-DFTXUI_BUILD_TESTS=OFF \
|
|
-DFTXUI_ENABLE_INSTALL=ON
|
|
|
|
compiler.cxx_standard 2017
|