git: 65614cb11873 - main - x11/sdwmbar: add port: Simple statusbar for the dwm window manager
Dmitry Marakasov
amdmi3 at FreeBSD.org
Thu Sep 9 19:20:02 UTC 2021
The branch main has been updated by amdmi3:
URL: https://cgit.FreeBSD.org/ports/commit/?id=65614cb11873f57c90adb2bd14b1d815d1181446
commit 65614cb11873f57c90adb2bd14b1d815d1181446
Author: Dmitry Marakasov <amdmi3 at FreeBSD.org>
AuthorDate: 2021-09-07 17:13:49 +0000
Commit: Dmitry Marakasov <amdmi3 at FreeBSD.org>
CommitDate: 2021-09-09 19:13:43 +0000
x11/sdwmbar: add port: Simple statusbar for the dwm window manager
A simple statusbar for x11-wm/dwm
Shows load averages, date-time and battery life.
WWW: https://github.com/sakhmatd/sdwmbar
---
x11/Makefile | 1 +
x11/sdwmbar/Makefile | 25 +++++++++++++++++++++++++
x11/sdwmbar/distinfo | 3 +++
x11/sdwmbar/pkg-descr | 5 +++++
4 files changed, 34 insertions(+)
diff --git a/x11/Makefile b/x11/Makefile
index 7a964eade35f..72e0d3e5965c 100644
--- a/x11/Makefile
+++ b/x11/Makefile
@@ -319,6 +319,7 @@
SUBDIR += screenkey
SUBDIR += scripts
SUBDIR += sddm
+ SUBDIR += sdwmbar
SUBDIR += sessreg
SUBDIR += setlayout
SUBDIR += setxkbmap
diff --git a/x11/sdwmbar/Makefile b/x11/sdwmbar/Makefile
new file mode 100644
index 000000000000..c9dd690ba47a
--- /dev/null
+++ b/x11/sdwmbar/Makefile
@@ -0,0 +1,25 @@
+PORTNAME= sdwmbar
+PORTVERSION= 1.3
+CATEGORIES= x11-wm
+
+MAINTAINER= sakhmatd at darkn.space
+COMMENT= Simple statusbar for the dwm window manager
+
+LICENSE= APACHE20
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+RUN_DEPENDS= dwm:x11-wm/dwm
+
+USES= xorg
+USE_XORG= x11
+MAKE_ENV= XPREFIX=${LOCALBASE}
+
+USE_GITHUB= yes
+GH_ACCOUNT= sakhmatd
+
+PLIST_FILES= bin/sdwmbar
+
+post-install:
+ @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/sdwmbar
+
+.include <bsd.port.mk>
diff --git a/x11/sdwmbar/distinfo b/x11/sdwmbar/distinfo
new file mode 100644
index 000000000000..9ce94cf3f673
--- /dev/null
+++ b/x11/sdwmbar/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1619204444
+SHA256 (sakhmatd-sdwmbar-1.3_GH0.tar.gz) = 94f5c639673dc097c2bfcd05e73eb2229cc83ac6b1eb4b55277ef7ea5452bf4c
+SIZE (sakhmatd-sdwmbar-1.3_GH0.tar.gz) = 6374
diff --git a/x11/sdwmbar/pkg-descr b/x11/sdwmbar/pkg-descr
new file mode 100644
index 000000000000..99c0ff02260b
--- /dev/null
+++ b/x11/sdwmbar/pkg-descr
@@ -0,0 +1,5 @@
+A simple statusbar for x11-wm/dwm
+
+Shows load averages, date-time and battery life.
+
+WWW: https://github.com/sakhmatd/sdwmbar
More information about the dev-commits-ports-all
mailing list