Skip to Content.
Sympa Menu

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

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 (527472ae70b437b697db5872eb9d2205aaf4a6ad)
  • Date: Sat, 10 Feb 2018 20:47:48 +0000

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

ChangeLog | 1 +
utils/countty/BUILD | 1 +
utils/countty/DETAILS | 17 +++++++++++++++++
utils/countty/HISTORY | 2 ++
utils/countty/INSTALL | 1 +
utils/countty/PRE_BUILD | 4 ++++
6 files changed, 26 insertions(+)

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

countty: new spell, simple stopwatch for your terminal

diff --git a/ChangeLog b/ChangeLog
index 0cfa1a9..8edca9a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
2018-02-10 Vlad Glagolev <stealth AT sourcemage.org>
* audio-soft/tagutil: new spell, CLI music files tags editor
+ * utils/countty: new spell, simple stopwatch for your terminal

2018-02-10 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* python-pypi/msgpack-python: spell deprecated [renamed by upstream]
diff --git a/utils/countty/BUILD b/utils/countty/BUILD
new file mode 100755
index 0000000..8f58e6d
--- /dev/null
+++ b/utils/countty/BUILD
@@ -0,0 +1 @@
+make
diff --git a/utils/countty/DETAILS b/utils/countty/DETAILS
new file mode 100755
index 0000000..b18720d
--- /dev/null
+++ b/utils/countty/DETAILS
@@ -0,0 +1,17 @@
+ SPELL=countty
+ VERSION=17.10
+ SOURCE=${SPELL}-${VERSION}.tar.gz
+ SOURCE_URL[0]=https://github.com/vain/${SPELL}/archive/v${VERSION}.tar.gz
+
SOURCE_HASH=sha512:8ac90533e281b658182a36ffa174050bf9cf67ce1b704c7c5a5941662857bfad6e2f9e571aca35a4677ddcdbd913a2b69cba1c3108536e5f522faf45abd64601
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE=https://github.com/vain/countty
+ ENTERED=20180210
+ LICENSE[0]=MIT
+ KEYWORDS="tty stopwatch"
+ SHORT="simple stopwatch for your terminal"
+cat << EOF
+countty is like a simple stopwatch for your terminal. The elapsed or
remaining
+time will be displayed in big LCD-like digits.
+
+countty is termdown (https://github.com/trehn/termdown) for minimalists.
+EOF
diff --git a/utils/countty/HISTORY b/utils/countty/HISTORY
new file mode 100644
index 0000000..bf3ead6
--- /dev/null
+++ b/utils/countty/HISTORY
@@ -0,0 +1,2 @@
+2018-02-10 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS, {PRE_,}BUILD, INSTALL: created spell, version 17.10
diff --git a/utils/countty/INSTALL b/utils/countty/INSTALL
new file mode 100755
index 0000000..8a3ae87
--- /dev/null
+++ b/utils/countty/INSTALL
@@ -0,0 +1 @@
+make prefix="${INSTALL_ROOT}/usr" install
diff --git a/utils/countty/PRE_BUILD b/utils/countty/PRE_BUILD
new file mode 100755
index 0000000..3c3ee41
--- /dev/null
+++ b/utils/countty/PRE_BUILD
@@ -0,0 +1,4 @@
+default_pre_build &&
+cd "${SOURCE_DIRECTORY}" &&
+
+sedit "s:-O3::" Makefile



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (527472ae70b437b697db5872eb9d2205aaf4a6ad), Vlad Glagolev, 02/10/2018

Archive powered by MHonArc 2.6.24.

Top of Page