opt/spectrwm/Pkgfile

16 lines
486 B
Plaintext

# Description: Minimalistic tiling window manager
# URL: https://github.com/conformal/spectrwm
# Maintainer: Juergen Daubert, jue at crux dot nu
# Depends on: xorg-libxcursor xorg-libxft xorg-xcb-util-keysyms xorg-xcb-util-wm xorg-libxrandr
name=spectrwm
version=3.5.0
release=1
source=(https://github.com/conformal/spectrwm/archive/SPECTRWM_${version//./_}.tar.gz)
build() {
cd $name-SPECTRWM_${version//./_}/linux
make PREFIX=/usr DESTDIR=$PKG install
rm -r $PKG/usr/share/doc
}