18 lines
262 B
Bash
18 lines
262 B
Bash
#!/bin/sh
|
|
|
|
NAME=bspwm
|
|
VERSION=nightly
|
|
UPSTREAM=https://github.com/baskerville/bspwm.git
|
|
. soft
|
|
|
|
# depends on
|
|
# libx11-devel
|
|
# libxau-devel
|
|
# libxcb-devel
|
|
# libxinerama-devel
|
|
# xcb-util-devel
|
|
# xcb-util-keysyms-devel
|
|
# xcb-util-wm-devel
|
|
|
|
$GMAKE -C "$SRC" install
|