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
25 lines
975 B
Tcl
25 lines
975 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 cmake 1.1
|
|
PortGroup github 1.0
|
|
|
|
github.setup ArthurSonzogni FTXUI 5.0.0 v
|
|
categories devel sysutils
|
|
license MIT
|
|
maintainers nomaintainer
|
|
description C++ Functional Terminal User Interface
|
|
long_description {*}${description}: simple cross-platform C++ library \
|
|
for terminal-based user interfaces.
|
|
checksums rmd160 7c3b81fb89313f1afc68c33faab190ee15ca79cf \
|
|
sha256 a2991cb222c944aee14397965d9f6b050245da849d8c5da7c72d112de2786b5b \
|
|
size 236755
|
|
github.tarball_from archive
|
|
|
|
configure.args-append \
|
|
-DFTXUI_BUILD_EXAMPLES=OFF \
|
|
-DFTXUI_BUILD_TESTS=OFF \
|
|
-DFTXUI_ENABLE_INSTALL=ON
|
|
|
|
compiler.cxx_standard 2017
|