1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-25 12:17:07 +00:00
termux-packages/x11-packages/bspwm/build.sh
Yonle 169bf62c38
bspwm: Fix another hardcoded paths (#668)
* bspwm: Fix another hardcoded paths

Originally done by @NoNameMan1231 at https://github.com/termux/x11-packages/pull/666
Added another patch as i found another hardcoded paths.

Signed-off-by: Yonle <yonle@duck.com>

* [bspwm:patchfile] Do NOT patch symlink!

Signed-off-by: Yonle <yonle@duck.com>

Co-authored-by: Yonle <yonle@duck.com>
2022-04-18 14:50:23 +05:30

11 lines
610 B
Bash

TERMUX_PKG_HOMEPAGE="https://github.com/baskerville/bspwm"
TERMUX_PKG_DESCRIPTION="A tiling window manager based on binary space partitioning"
TERMUX_PKG_LICENSE="BSD 2-Clause"
TERMUX_PKG_MAINTAINER="@leapofazzam123"
TERMUX_PKG_VERSION=0.9.10
TERMUX_PKG_REVISION=5
TERMUX_PKG_SRCURL="https://github.com/baskerville/bspwm/archive/refs/tags/$TERMUX_PKG_VERSION.tar.gz"
TERMUX_PKG_SHA256="0d0f5e465b9c27a5c2143c86189392fa297fad55253b9ed8f6854473d3928f8f"
TERMUX_PKG_DEPENDS="libx11, libxcb, libxkbcommon, sxhkd, xcb-util, xcb-util-cursor, xcb-util-keysyms, xcb-util-wm, xcb-util-xrm"
TERMUX_PKG_BUILD_IN_SRC=true