Skip to Content.
Sympa Menu

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

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 (3682ca5c69f2abd9646a1025f7584ddf992e0368)
  • Date: Tue, 28 Oct 2025 14:42:41 +0000

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

ChangeLog | 3 +++
doc/go-md2man/BUILD | 3 +++
doc/go-md2man/DEPENDS | 1 +
doc/go-md2man/DETAILS | 19 +++++++++++++++++++
doc/go-md2man/HISTORY | 2 ++
doc/go-md2man/INSTALL | 1 +
6 files changed, 29 insertions(+)

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

go-md2man: new spell, converts markdown into roff (man pages)

diff --git a/ChangeLog b/ChangeLog
index 2fc41b8..40ee527 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2025-10-28 Ismael Luceno <ismael AT sourcemage.org>
+ * doc/go-md2man: new spell, converts markdown into roff (man pages)
+
2025-10-24 Treeve Jelbert <treeve AT sourcemage.org>
* qt5-cmake/jkqtplotter$: added, plotter framework

diff --git a/doc/go-md2man/BUILD b/doc/go-md2man/BUILD
new file mode 100755
index 0000000..90e78e1
--- /dev/null
+++ b/doc/go-md2man/BUILD
@@ -0,0 +1,3 @@
+GOPATH="$BUILD_DIRECTORY/.gopath" \
+GOROOT="$INSTALL_ROOT/opt/go" \
+default_build_make
diff --git a/doc/go-md2man/DEPENDS b/doc/go-md2man/DEPENDS
new file mode 100755
index 0000000..46f52de
--- /dev/null
+++ b/doc/go-md2man/DEPENDS
@@ -0,0 +1 @@
+depends go
diff --git a/doc/go-md2man/DETAILS b/doc/go-md2man/DETAILS
new file mode 100755
index 0000000..e6655fc
--- /dev/null
+++ b/doc/go-md2man/DETAILS
@@ -0,0 +1,19 @@
+# Watch: https://github.com/cpuguy83/go-md2man/tags
+ SPELL=go-md2man
+ VERSION=2.0.7
+ SOURCE=$SPELL-$VERSION.tar.gz
+
SOURCE_URL[0]=https://github.com/cpuguy83/go-md2man/archive/v$VERSION.tar.gz
+
SOURCE_HASH=sha512:cc6878af3cfdb0c06ee46b39aa407ec5e48814dc8f68eeae885607407833ac263995fe61c0870217e7c2b2102904f1cf732fa210d89ba38e2443ab1436212905
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ WEB_SITE=https://github.com/cpuguy83/go-md2man
+ ENTERED=20251028
+ LICENSE[0]=MIT
+ KEYWORDS="golang documentation"
+ SHORT="converts markdown into roff (man pages)"
+cat << EOF
+go-md2man is a tool written in Go that converts markdown into roff (man page)
+format. It's commonly used in the Go ecosystem to generate manual pages from
+markdown documentation. This tool is particularly useful for projects that
+maintain their documentation in markdown format but need to distribute man
+pages with their software packages.
+EOF
diff --git a/doc/go-md2man/HISTORY b/doc/go-md2man/HISTORY
new file mode 100644
index 0000000..2720309
--- /dev/null
+++ b/doc/go-md2man/HISTORY
@@ -0,0 +1,2 @@
+2025-10-28 Ismael Luceno <ismael AT sourcemage.org>
+ * BUILD, DEPENDS, DETAILS: spell created
diff --git a/doc/go-md2man/INSTALL b/doc/go-md2man/INSTALL
new file mode 100755
index 0000000..6405e49
--- /dev/null
+++ b/doc/go-md2man/INSTALL
@@ -0,0 +1 @@
+install -vDm755 bin/go-md2man "${INSTALL_ROOT}/usr/bin/go-md2man"


  • [[SM-Commit] ] GIT changes to master grimoire by Ismael Luceno (3682ca5c69f2abd9646a1025f7584ddf992e0368), Ismael Luceno, 10/28/2025

Archive powered by MHonArc 2.6.24.

Top of Page