mirror of
https://github.com/termux/termux-packages.git
synced 2024-11-13 14:09:19 +00:00
0714755c2a
Removing maintainers if there was no activity after pull request merging or if there was no activity in the last two years [no ci]
15 lines
534 B
Bash
15 lines
534 B
Bash
TERMUX_PKG_HOMEPAGE=https://dwm.suckless.org/
|
|
TERMUX_PKG_DESCRIPTION="A dynamic window manager for X"
|
|
TERMUX_PKG_LICENSE="MIT"
|
|
TERMUX_PKG_MAINTAINER="@termux"
|
|
TERMUX_PKG_VERSION="6.5"
|
|
TERMUX_PKG_SRCURL="https://dl.suckless.org/dwm/dwm-$TERMUX_PKG_VERSION.tar.gz"
|
|
TERMUX_PKG_SHA256=21d79ebfa9f2fb93141836c2666cb81f4784c69d64e7f1b2352f9b970ba09729
|
|
TERMUX_PKG_AUTO_UPDATE=true
|
|
TERMUX_PKG_DEPENDS="dmenu, fontconfig, libx11, libxft, libxinerama, st"
|
|
TERMUX_PKG_BUILD_IN_SRC=true
|
|
|
|
termux_step_pre_configure() {
|
|
cp config.def.h config.h
|
|
}
|