Skip to Content.
Sympa Menu

sm-commit - [[SM-Commit] ] GIT changes to master grimoire by Ismael Luceno (f9282b552f52e219bb90f241314c2139af760d42)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org, sm-commit AT lists.sourcemage.org
  • Subject: [[SM-Commit] ] GIT changes to master grimoire by Ismael Luceno (f9282b552f52e219bb90f241314c2139af760d42)
  • Date: Sat, 12 Sep 2026 22:22:54 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

ChangeLog | 1 +
editors/micro/BUILD | 1 +
editors/micro/DEPENDS | 1 +
editors/micro/DETAILS | 23 +++++++++++++++++++++++
editors/micro/HISTORY | 2 ++
editors/micro/INSTALL | 1 +
editors/micro/WATCH | 1 +
7 files changed, 30 insertions(+)

New commits:
commit f9282b552f52e219bb90f241314c2139af760d42
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

micro: new spell, modern and intuitive TUI editor

diff --git a/ChangeLog b/ChangeLog
index aa7d4d4..ebf63e5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
2026-09-12 Ismael Luceno <ismael AT sourcemage.org>
* FUNCTIONS: added passing of CFLAGS to Makefile.PL
+ * editors/micro: new spell, modern and intuitive TUI editor

2026-09-10 Pavel Vinogradov <public AT sourcemage.org>
* gnu.gpg: added Kamila Szcewczyk's key
diff --git a/editors/micro/BUILD b/editors/micro/BUILD
new file mode 100755
index 0000000..a37aa5a
--- /dev/null
+++ b/editors/micro/BUILD
@@ -0,0 +1 @@
+default_build_make HASH= GOVARS=
diff --git a/editors/micro/DEPENDS b/editors/micro/DEPENDS
new file mode 100755
index 0000000..46f52de
--- /dev/null
+++ b/editors/micro/DEPENDS
@@ -0,0 +1 @@
+depends go
diff --git a/editors/micro/DETAILS b/editors/micro/DETAILS
new file mode 100755
index 0000000..66ae4df
--- /dev/null
+++ b/editors/micro/DETAILS
@@ -0,0 +1,23 @@
+. "$GRIMOIRE"/GO_FUNCTIONS
+ SPELL=micro
+ VERSION=2.0.15
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+
SOURCE_URL[0]=https://github.com/zyedidia/${SPELL}/archive/refs/tags/v${VERSION}.tar.gz
+
SOURCE_HASH=sha512:7d9c022c492c1ade6ebd9f364b29c083e8803148d09843158ab8e7662db0daeaf6a5cf1dafde9d01cfde059450206be0105fdd31d08b9d96451068ee3d2d051f
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="https://micro-editor.github.io/";
+ LICENSE[0]="MIT"
+ ENTERED=20250710
+ KEYWORDS=""
+ SHORT="A modern and intuitive terminal-based text editor"
+cat << EOF
+micro is a terminal-based text editor that aims to be easy to use and
+intuitive, while also taking advantage of the capabilities of modern
+terminals. It comes as a single, batteries-included, static binary with no
+dependencies; you can download and use it right now!
+
+As its name indicates, micro aims to be somewhat of a successor to the nano
+editor by being easy to install and use. It strives to be enjoyable as a
+full-time editor for people who prefer to work in a terminal, or those who
+regularly edit files over SSH.
+EOF
diff --git a/editors/micro/HISTORY b/editors/micro/HISTORY
new file mode 100644
index 0000000..909e6c0
--- /dev/null
+++ b/editors/micro/HISTORY
@@ -0,0 +1,2 @@
+2026-09-13 Ismael Luceno <ismael AT sourcemage.org>
+ * BUILD, DEPENDS, DETAILS, INSTALL, WATCH: spell created
diff --git a/editors/micro/INSTALL b/editors/micro/INSTALL
new file mode 100755
index 0000000..bd07e43
--- /dev/null
+++ b/editors/micro/INSTALL
@@ -0,0 +1 @@
+gmake install
diff --git a/editors/micro/WATCH b/editors/micro/WATCH
new file mode 100644
index 0000000..8f9d21b
--- /dev/null
+++ b/editors/micro/WATCH
@@ -0,0 +1 @@
+0 . https://github.com/zyedidia/micro/tags


  • [[SM-Commit] ] GIT changes to master grimoire by Ismael Luceno (f9282b552f52e219bb90f241314c2139af760d42), Ismael Luceno, 09/12/2026

Archive powered by MHonArc 2.6.24.

Top of Page