mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
38 lines
1.4 KiB
Tcl
38 lines
1.4 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 github 1.0
|
||
|
||
epoch 1
|
||
github.setup xitop clex 4.7 v
|
||
revision 0
|
||
checksums rmd160 5c6c29e4b66db5b440229e89120124d84d275d71 \
|
||
sha256 dd8ddac89132f691cb4d449e5d879e91355da29c0a2d9f2f55c55aacb2059e93 \
|
||
size 255212
|
||
|
||
categories sysutils
|
||
maintainers {ryandesign @ryandesign} openmaintainer
|
||
license GPL-2
|
||
|
||
description file manager with curses interface
|
||
|
||
long_description \
|
||
CLEX is a file manager with a full-screen user interface. It \
|
||
displays directory contents including the file status details and \
|
||
provides features like command history, filename insertion, or name \
|
||
completion in order to help users to create commands to be executed \
|
||
by the shell.
|
||
|
||
homepage http://www.clex.sk
|
||
github.tarball_from releases
|
||
|
||
depends_lib port:ncurses
|
||
|
||
# curses.h: error: redefinition of typedef ‘SCREEN’
|
||
# curses.h: error: redefinition of typedef ‘NCURSES_OUTC_sp’
|
||
compiler.blacklist-append \
|
||
*gcc-4.0 *gcc-4.2
|
||
|
||
test.run yes
|
||
test.target check
|