Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (a0b35fe80c9655c750959e95c0673705e166724f)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (a0b35fe80c9655c750959e95c0673705e166724f)
  • Date: Thu, 29 Jun 2017 13:57:03 +0000

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

ChangeLog | 3 +++
shell-term-fm/nnn/BUILD | 1 +
shell-term-fm/nnn/DEPENDS | 1 +
shell-term-fm/nnn/DETAILS | 23 +++++++++++++++++++++++
shell-term-fm/nnn/HISTORY | 2 ++
shell-term-fm/nnn/INSTALL | 1 +
6 files changed, 31 insertions(+)

New commits:
commit a0b35fe80c9655c750959e95c0673705e166724f
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

nnn: the missing terminal file browser for X

diff --git a/ChangeLog b/ChangeLog
index ab7a83d..99126e8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2017-06-29 Vlad Glagolev <stealth AT sourcemage.org>
+ * shell-term-fm/nnn: the missing terminal file browser for X
+
2017-06-27 Treeve Jelbert <treeve AT sourcemage.org>
* MESON_FUNCTIONS: added, for use with meson builds

diff --git a/shell-term-fm/nnn/BUILD b/shell-term-fm/nnn/BUILD
new file mode 100755
index 0000000..8f58e6d
--- /dev/null
+++ b/shell-term-fm/nnn/BUILD
@@ -0,0 +1 @@
+make
diff --git a/shell-term-fm/nnn/DEPENDS b/shell-term-fm/nnn/DEPENDS
new file mode 100755
index 0000000..5764a9c
--- /dev/null
+++ b/shell-term-fm/nnn/DEPENDS
@@ -0,0 +1 @@
+depends ncurses
diff --git a/shell-term-fm/nnn/DETAILS b/shell-term-fm/nnn/DETAILS
new file mode 100755
index 0000000..a4dda40
--- /dev/null
+++ b/shell-term-fm/nnn/DETAILS
@@ -0,0 +1,23 @@
+ SPELL=nnn
+ VERSION=1.2
+ SOURCE=${SPELL}-${VERSION}.tar.gz
+ SOURCE_URL[0]=https://github.com/jarun/${SPELL}/archive/v${VERSION}.tar.gz
+
SOURCE_HASH=sha512:a716a94be1635b097a49c64b001c2ecac6c2bbfb51dec1d354a12dc4f69f414b78fbabcb5adc22060e4d4a5e4fd8fa2963f00493b55f4a259c428b3c3d5ddd56
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE=https://github.com/jarun/nnn
+ LICENSE[0]=BSD
+ ENTERED=20170629
+ SHORT="the missing terminal file browser for X"
+cat << EOF
+nnn is a fork of noice, a blazing-fast lightweight terminal file browser with
+easy keyboard shortcuts for navigation, opening files and running tasks.
+
+noice is developed considering terminal based systems. There is no config
file
+and mime associations are hard-coded. However, the incredible
user-friendliness
+and speed make it a perfect candidate for modern distros.
+
+nnn works with the desktop opener, adds new navigation options,
+navigate-as-you-type mode, enhanced DE integration, bookmarks, a disk usage
+analyzer mode, comprehensive file details and much more. Add to that a huge
+performance boost.
+EOF
diff --git a/shell-term-fm/nnn/HISTORY b/shell-term-fm/nnn/HISTORY
new file mode 100644
index 0000000..b6e00f6
--- /dev/null
+++ b/shell-term-fm/nnn/HISTORY
@@ -0,0 +1,2 @@
+2017-06-29 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS, DEPENDS, BUILD, INSTALL: created spell, version 1.2
diff --git a/shell-term-fm/nnn/INSTALL b/shell-term-fm/nnn/INSTALL
new file mode 100755
index 0000000..e72b41d
--- /dev/null
+++ b/shell-term-fm/nnn/INSTALL
@@ -0,0 +1 @@
+make PREFIX="${INSTALL_ROOT}/usr" install



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (a0b35fe80c9655c750959e95c0673705e166724f), Vlad Glagolev, 06/29/2017

Archive powered by MHonArc 2.6.24.

Top of Page