17 lines
539 B
Plaintext
17 lines
539 B
Plaintext
# Description: Minimalistic tiling window manager
|
|
# URL: https://opensource.conformal.com/wiki/spectrwm
|
|
# Maintainer: Juergen Daubert, jue at crux dot nu
|
|
# Depends on: xorg-libxrender fontconfig xorg-xcb-util-keysyms xorg-xcb-util-wm
|
|
|
|
name=spectrwm
|
|
version=2.0.2
|
|
release=1
|
|
source=(https://opensource.conformal.com/snapshots/$name/$name-$version.tgz)
|
|
|
|
build () {
|
|
cd $name-$version/linux
|
|
make PREFIX=/usr MANDIR=/usr/man DESTDIR=$PKG install
|
|
rm $PKG/usr/man/man1/spectrwm_*.1
|
|
ln -sf spectrwm $PKG/usr/bin/scrotwm
|
|
}
|