Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
50 changes: 50 additions & 0 deletions build/clifm/build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
#!/usr/bin/bash
#
# {{{ CDDL HEADER
#
# This file and its contents are supplied under the terms of the
# Common Development and Distribution License ("CDDL"), version 1.0.
# You may only use this file in accordance with the terms of version
# 1.0 of the CDDL.
#
# A full copy of the text of the CDDL should have accompanied this
# source. A copy of the CDDL is also available via the Internet at
# http://www.illumos.org/license/CDDL.
# }}}

# Copyright 2026 OmniOS Community Edition (OmniOSce) Association.

. ../../lib/build.sh

PROG=clifm
VER=1.27.1
PKG=ooce/application/clifm
SUMMARY="$PROG"
DESC="A shell-like, text-based terminal file manager"

set_arch 64
set_clangver

pre_configure() {
typeset arch=$1

subsume_arch $arch CFLAGS

# No configure
false
}


MAKE_ARGS="-f misc/solaris/Makefile"
MAKE_INSTALL_ARGS="$MAKE_ARGS INSTALL=install PREFIX=$PREFIX"

init
download_source $PROG $PROG $VER
patch_source
prep_build
build
make_package
clean_up

# Vim hints
# vim:ts=4:sw=4:et:fdm=marker
15 changes: 15 additions & 0 deletions build/clifm/local.mog
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
#
# This file and its contents are supplied under the terms of the
# Common Development and Distribution License ("CDDL"), version 1.0.
# You may only use this file in accordance with the terms of version
# 1.0 of the CDDL.
#
# A full copy of the text of the CDDL should have accompanied this
# source. A copy of the CDDL is also available via the Internet at
# http://www.illumos.org/license/CDDL.
#

# Copyright 2026 OmniOS Community Edition (OmniOSce) Association.

license LICENSE license=GPLv2

1 change: 1 addition & 0 deletions doc/baseline
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
extra.omnios ooce/aarch64-build-tools
extra.omnios ooce/application/alpine
extra.omnios ooce/application/clifm
extra.omnios ooce/application/fcgiwrap
extra.omnios ooce/application/gitea
extra.omnios ooce/application/gnuplot
Expand Down
1 change: 1 addition & 0 deletions doc/packages.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
| Package | Version | Link | Maintainer |
| :------ | :------ | :--- | :--------- |
| ooce/application/alpine | 2.26 | https://alpineapp.email/ | [omniosorg](https://github.com/omniosorg)
| ooce/application/clifm | 1.27.1 | https://github.com/leo-arch/clifm | [omniosorg](https://github.com/omniosorg)
| ooce/application/fcgiwrap | 1.1.0 | https://github.com/gnosek/fcgiwrap/tags | [omniosorg](https://github.com/omniosorg)
| ooce/application/gitea | 1.23.8 | https://github.com/go-gitea/gitea/releases | [omniosorg](https://github.com/omniosorg)
| ooce/application/gnuplot | 6.0.2 | https://sourceforge.net/projects/gnuplot/files/gnuplot/ http://www.gnuplot.info/ | [omniosorg](https://github.com/omniosorg)
Expand Down