Skip to content

Commit

Permalink
x11/sandbar: add new port
Browse files Browse the repository at this point in the history
dwm-like bar for river.

https://github.com/kolunmi/sandbar
  • Loading branch information
jbeich committed Jul 22, 2023
1 parent e1fb44f commit 78f09f8
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 0 deletions.
1 change: 1 addition & 0 deletions x11/Makefile
Expand Up @@ -344,6 +344,7 @@
SUBDIR += rxvt-unicode
SUBDIR += sakura
SUBDIR += salut
SUBDIR += sandbar
SUBDIR += sbxkb
SUBDIR += screen-message
SUBDIR += screengrab
Expand Down
30 changes: 30 additions & 0 deletions x11/sandbar/Makefile
@@ -0,0 +1,30 @@
PORTNAME= sandbar
DISTVERSIONPREFIX= v
DISTVERSION= 0.1
CATEGORIES= x11 wayland

MAINTAINER= jbeich@FreeBSD.org
COMMENT= dwm-like bar for the river compositor
WWW= https://github.com/kolunmi/sandbar

LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/LICENSE

BROKEN_FreeBSD_12= ld: error: undefined symbol: memfd_create

BUILD_DEPENDS= evdev-proto>0:devel/evdev-proto \
tllist>=1.0.1:devel/tllist \
wayland-protocols>0:graphics/wayland-protocols
LIB_DEPENDS= libwayland-client.so:graphics/wayland \
libfcft.so:x11-fonts/fcft

USES= gmake pkgconfig xorg
USE_GITHUB= yes
USE_XORG= pixman
GH_ACCOUNT= kolunmi
PLIST_FILES= bin/${PORTNAME}

do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin

.include <bsd.port.mk>
3 changes: 3 additions & 0 deletions x11/sandbar/distinfo
@@ -0,0 +1,3 @@
TIMESTAMP = 1688147172
SHA256 (kolunmi-sandbar-v0.1_GH0.tar.gz) = 5e875d6aca54c195d1842c124e48a7385eaada67a7160adbc279c6d6fa0d2b48
SIZE (kolunmi-sandbar-v0.1_GH0.tar.gz) = 49411
1 change: 1 addition & 0 deletions x11/sandbar/pkg-descr
@@ -0,0 +1 @@
dwm-like bar for river.

0 comments on commit 78f09f8

Please sign in to comment.