Skip to Content.
Sympa Menu

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

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 (4630870393de973312d105260b3ce43d103aa327)
  • Date: Sun, 16 Oct 2022 19:57:42 +0000

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

ChangeLog | 3 +++
utils/tmex/BUILD | 1 +
utils/tmex/DEPENDS | 1 +
utils/tmex/DETAILS | 15 +++++++++++++++
utils/tmex/HISTORY | 2 ++
utils/tmex/INSTALL | 1 +
6 files changed, 23 insertions(+)

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

tmex: new spell, minimalist tmux layout manager

diff --git a/ChangeLog b/ChangeLog
index f7c573d..9da7076 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2022-10-16 Vlad Glagolev <stealth AT sourcemage.org>
+ * utils/tmex: new spell, minimalist tmux layout manager
+
2022-10-14 Pavel Vinogradov <public AT sourcemage.org>
* kernel.gpg: added new key, D57633D441E25BB5,
Alejandro Colomar Andres <alx.manpages AT gmail.com>
diff --git a/utils/tmex/BUILD b/utils/tmex/BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/utils/tmex/BUILD
@@ -0,0 +1 @@
+true
diff --git a/utils/tmex/DEPENDS b/utils/tmex/DEPENDS
new file mode 100755
index 0000000..55bb6ac
--- /dev/null
+++ b/utils/tmex/DEPENDS
@@ -0,0 +1 @@
+runtime_depends tmux
diff --git a/utils/tmex/DETAILS b/utils/tmex/DETAILS
new file mode 100755
index 0000000..f664fe1
--- /dev/null
+++ b/utils/tmex/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=tmex
+ VERSION=1.0.9
+ SOURCE=${SPELL}-${VERSION}.tar.gz
+ SOURCE_URL[0]=https://github.com/evnp/${SPELL}/archive/v${VERSION}.tar.gz
+
SOURCE_HASH=sha512:fc04ee179373cf2eeade153c34b4950132c5d8204f0e6aff6556248219ff03c720357b4c8e69072b44641fd0122d2c5415da23ed4a7ade4668c8200909a65967
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ DOCS="LICENSE.md ${DOCS}"
+ WEB_SITE=https://github.com/evnp/tmex
+ LICENSE[0]=MIT
+ ENTERED=20221016
+ SHORT="minimalist tmux layout manager"
+cat << EOF
+tmex is a minimalist tmux layout manager - one shell script + tmux + zero
+other dependencies.
+EOF
diff --git a/utils/tmex/HISTORY b/utils/tmex/HISTORY
new file mode 100644
index 0000000..0e662a3
--- /dev/null
+++ b/utils/tmex/HISTORY
@@ -0,0 +1,2 @@
+2022-10-16 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS, DEPENDS, BUILD, INSTALL: created spell, version 1.0.9
diff --git a/utils/tmex/INSTALL b/utils/tmex/INSTALL
new file mode 100755
index 0000000..09f23b2
--- /dev/null
+++ b/utils/tmex/INSTALL
@@ -0,0 +1 @@
+install -vm 755 tmex "${INSTALL_ROOT}/usr/bin/tmex"



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (4630870393de973312d105260b3ce43d103aa327), Vlad Glagolev, 10/16/2022

Archive powered by MHonArc 2.6.24.

Top of Page