New port: x11-wm/aphelia
A light, single-file, minimalist window manager for X11. This window manager is single-file and a super small binary with low resource consumption. Personally, I find it's useful for focused work where you aren't moving around too much and don't need multiple workspaces (it doesn't support them, obviously). WWW: https://github.com/vardy/aphelia PR: 233365 Submitted by: Hyun Hwang <hyun@caffeinated.codes>
This commit is contained in:
parent
9441c9d851
commit
6a52305a5f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=492352
4 changed files with 42 additions and 0 deletions
|
@ -8,6 +8,7 @@
|
|||
SUBDIR += afterstep-stable
|
||||
SUBDIR += amiwm
|
||||
SUBDIR += antiwm
|
||||
SUBDIR += aphelia
|
||||
SUBDIR += awesome
|
||||
SUBDIR += awesome-vicious
|
||||
SUBDIR += bbkeys
|
||||
|
|
30
x11-wm/aphelia/Makefile
Normal file
30
x11-wm/aphelia/Makefile
Normal file
|
@ -0,0 +1,30 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= aphelia
|
||||
DISTVERSION= g20181126
|
||||
CATEGORIES= x11-wm
|
||||
|
||||
MAINTAINER= hyun@caffeinated.codes
|
||||
COMMENT= Light, single-file, minimalist window manager for X11
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= dmenu_run:x11/dmenu \
|
||||
st:x11/sterm
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= vardy
|
||||
GH_TAGNAME= 54c2d6fb18f3121ebaf836fad53ca48a2f3aa812
|
||||
USE_XORG= x11
|
||||
|
||||
PLIST_FILES= bin/aphelia
|
||||
|
||||
do-build:
|
||||
${CC} ${CFLAGS} -I${LOCALBASE}/include ${WRKSRC}/aphelia.c \
|
||||
${LDFLAGS} -L${LOCALBASE}/lib -lX11 -o ${WRKSRC}/aphelia
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/aphelia ${STAGEDIR}${PREFIX}/bin/aphelia
|
||||
|
||||
.include <bsd.port.mk>
|
3
x11-wm/aphelia/distinfo
Normal file
3
x11-wm/aphelia/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1544105783
|
||||
SHA256 (vardy-aphelia-g20181126-54c2d6fb18f3121ebaf836fad53ca48a2f3aa812_GH0.tar.gz) = 539f60c7a2d9169fbff8a5f30468b53f2b5ba3aabc32a4213c63124dc3f971e3
|
||||
SIZE (vardy-aphelia-g20181126-54c2d6fb18f3121ebaf836fad53ca48a2f3aa812_GH0.tar.gz) = 2785
|
8
x11-wm/aphelia/pkg-descr
Normal file
8
x11-wm/aphelia/pkg-descr
Normal file
|
@ -0,0 +1,8 @@
|
|||
A light, single-file, minimalist window manager for X11.
|
||||
|
||||
This window manager is single-file and a super small binary with low
|
||||
resource consumption. Personally, I find it's useful for focused work
|
||||
where you aren't moving around too much and don't need multiple
|
||||
workspaces (it doesn't support them, obviously).
|
||||
|
||||
WWW: https://github.com/vardy/aphelia
|
Loading…
Reference in a new issue