opt/spectrwm/Pkgfile

16 lines
486 B
Plaintext
Raw Normal View History

2010-11-15 18:31:02 +01:00
# Description: Minimalistic tiling window manager
2023-10-25 10:37:46 +02:00
# 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
2010-11-15 18:31:02 +01:00
2012-02-19 14:04:36 +01:00
name=spectrwm
2023-11-27 10:43:26 +01:00
version=3.5.1
2014-02-27 11:11:01 +01:00
release=1
2023-10-25 10:37:46 +02:00
source=(https://github.com/conformal/spectrwm/archive/SPECTRWM_${version//./_}.tar.gz)
2010-11-15 18:31:02 +01:00
2023-10-25 10:37:46 +02:00
build() {
cd $name-SPECTRWM_${version//./_}/linux
make PREFIX=/usr DESTDIR=$PKG install
rm -r $PKG/usr/share/doc
2010-11-15 18:31:02 +01:00
}