From 9af5a573793621bd8607f8258605c0b7000efe95 Mon Sep 17 00:00:00 2001 From: Sergei Akhmatdinov Date: Fri, 23 Apr 2021 15:16:34 -0400 Subject: [PATCH] New port: x11-wm/sdwmbar --- x11-wm/sdwmbar/Makefile | 27 +++++++++++++++++++++++++++ x11-wm/sdwmbar/distinfo | 3 +++ x11-wm/sdwmbar/pkg-descr | 5 +++++ 3 files changed, 35 insertions(+) create mode 100644 x11-wm/sdwmbar/Makefile create mode 100644 x11-wm/sdwmbar/distinfo create mode 100644 x11-wm/sdwmbar/pkg-descr diff --git a/x11-wm/sdwmbar/Makefile b/x11-wm/sdwmbar/Makefile new file mode 100644 index 000000000000..933891b92aab --- /dev/null +++ b/x11-wm/sdwmbar/Makefile @@ -0,0 +1,27 @@ +# Created by: Sergei Akhmatdinov +# $FreeBSD$ + +PORTNAME= sdwmbar +PORTVERSION= 1.3 +CATEGORIES= x11-wm + +MAINTAINER= sakhmatd@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 + +USE_GITHUB= yes +GH_ACCOUNT= sakhmatd + +PLIST_FILES= bin/sdwmbar + +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/sdwmbar + +.include diff --git a/x11-wm/sdwmbar/distinfo b/x11-wm/sdwmbar/distinfo new file mode 100644 index 000000000000..9ce94cf3f673 --- /dev/null +++ b/x11-wm/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-wm/sdwmbar/pkg-descr b/x11-wm/sdwmbar/pkg-descr new file mode 100644 index 000000000000..99c0ff02260b --- /dev/null +++ b/x11-wm/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 -- 2.30.0