summaryrefslogtreecommitdiffstats
path: root/wm-addons
diff options
context:
space:
mode:
Diffstat (limited to 'wm-addons')
-rwxr-xr-xwm-addons/xob/BUILD1
-rwxr-xr-xwm-addons/xob/DEPENDS2
-rwxr-xr-xwm-addons/xob/DETAILS25
-rw-r--r--wm-addons/xob/HISTORY2
-rwxr-xr-xwm-addons/xob/INSTALL1
5 files changed, 31 insertions, 0 deletions
diff --git a/wm-addons/xob/BUILD b/wm-addons/xob/BUILD
new file mode 100755
index 0000000000..ea73300b76
--- /dev/null
+++ b/wm-addons/xob/BUILD
@@ -0,0 +1 @@
+make prefix="${INSTALL}/usr" sysconfdir="${INSTALL_ROOT}/etc"
diff --git a/wm-addons/xob/DEPENDS b/wm-addons/xob/DEPENDS
new file mode 100755
index 0000000000..72c5e3eaf6
--- /dev/null
+++ b/wm-addons/xob/DEPENDS
@@ -0,0 +1,2 @@
+depends libx11 &&
+depends libconfig
diff --git a/wm-addons/xob/DETAILS b/wm-addons/xob/DETAILS
new file mode 100755
index 0000000000..bfa1a3068a
--- /dev/null
+++ b/wm-addons/xob/DETAILS
@@ -0,0 +1,25 @@
+ SPELL=xob
+ VERSION=0.1.1
+ SOURCE=${SPELL}-${VERSION}.tar.gz
+ SOURCE_URL[0]=https://github.com/florentc/${SPELL}/archive/v${VERSION}.tar.gz
+ SOURCE_HASH=sha512:a37bd15d30e44ac939ca137269df2da68d497346e16db56c21eb53939240986e54935ce8a63f9d379a70f26cbe784a58a3bf3ef320a6762d5761b00dc07d19d8
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ DOCS="doc/xob.md"
+ DOC_DIRS=""
+ WEB_SITE=https://github.com/florentc/xob
+ LICENSE[0]=GPL
+ ENTERED=20180922
+ SHORT="lightweight overlay bar for the X Window System"
+cat << EOF
+xob is a lightweight configurable overlay volume/backlight/progress/anything
+bar for the X Window System.
+
+Each time a new value is read on the standard input, it is displayed as a
+tv-like bar over other windows. It then vanishes after a configurable amount
+of time.
+
+A value followed by a bang '!' is displayed using an alternate color to
+account for special states (e.g. muted audio).
+
+There is also support for overflows (when the value exceeds the maximum).
+EOF
diff --git a/wm-addons/xob/HISTORY b/wm-addons/xob/HISTORY
new file mode 100644
index 0000000000..33477c7326
--- /dev/null
+++ b/wm-addons/xob/HISTORY
@@ -0,0 +1,2 @@
+2018-09-22 Vlad Glagolev <stealth@sourcemage.org>
+ * DEPENDS, DETAILS, BUILD, INSTALL: created spell, version 0.1.1
diff --git a/wm-addons/xob/INSTALL b/wm-addons/xob/INSTALL
new file mode 100755
index 0000000000..3c87b852be
--- /dev/null
+++ b/wm-addons/xob/INSTALL
@@ -0,0 +1 @@
+make prefix="${INSTALL_ROOT}/usr" sysconfdir="${INSTALL_ROOT}/etc" install