x11-wm/ittywm: New port

PR:	265813
This commit is contained in:
Pyrus 2022-08-15 14:25:21 -07:00 committed by Neel Chauhan
parent d34f3249f1
commit 618b67630c
4 changed files with 32 additions and 0 deletions

View file

@ -48,6 +48,7 @@
SUBDIR += i3
SUBDIR += i3-gaps
SUBDIR += icewm
SUBDIR += ittywm
SUBDIR += jewel
SUBDIR += jwm
SUBDIR += kickshaw

25
x11-wm/ittywm/Makefile Normal file
View file

@ -0,0 +1,25 @@
PORTNAME= ittywm
DISTVERSION= g20180507
CATEGORIES= x11-wm
MAINTAINER= pyrus@bsdmail.com
COMMENT= Ridiculously tiny libxcb window manager
LICENSE= PD
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= localbase xorg
USE_GITHUB= yes
GH_ACCOUNT= marshallmason
GH_TAGNAME= cc290ed
USE_XORG= xau xcb xdmcp
PLIST_FILES= bin/${PORTNAME}
do-build:
${CC} ${CFLAGS} ${LDFLAGS} ${LIBS} -o ${WRKSRC}/${PORTNAME} ${WRKSRC}/ittywm.c -lxcb
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/
.include <bsd.port.mk>

3
x11-wm/ittywm/distinfo Normal file
View file

@ -0,0 +1,3 @@
TIMESTAMP = 1660096678
SHA256 (marshallmason-ittywm-g20180507-cc290ed_GH0.tar.gz) = 0e89d77fbc1d948d502e1db521c39e0ff3eda5b1bfa8ec818cabea9bb22147aa
SIZE (marshallmason-ittywm-g20180507-cc290ed_GH0.tar.gz) = 3732

3
x11-wm/ittywm/pkg-descr Normal file
View file

@ -0,0 +1,3 @@
ittywm is a windowmanager in xcb which is based off of tinywm.
WWW: https://github.com/marshallmason/ittywm