cruxports/dwm/Pkgfile

18 lines
507 B
Bash

# Description: tiling Xorg window manager, with systray patch
# URL: https://dwm.suckless.org/
# Maintainer: John McQuah, jmcquah at disroot dot org
# Depends on: xorg-libxft xorg-libx11 fontconfig
name=dwm
version=6.2-systray
release=1
source=(https://github.com/doa379/dwm-6.2-systray/archive/master/$name-$version-master.zip config.h)
build() {
cd "$name-$version-master"
cp $SRC/config.h .
make DESTDIR=$PKG PREFIX=/usr MANPREFIX=/usr/share/man clean install
}
# vim: set ft=sh ts=4 et: