summaryrefslogtreecommitdiff
path: root/spectrwm/Pkgfile
blob: 461ec71bfbb60b6a1f82cc508c7b9922969b1485 (plain)
    1 # Description: Minimalistic tiling window manager
    2 # URL:         https://opensource.conformal.com/wiki/spectrwm
    3 # Maintainer:  Juergen Daubert, jue at crux dot nu
    4 # Depends on:  xorg-libxt xorg-libxrandr xorg-font-misc-misc xorg-font-alias
    5 
    6 name=spectrwm
    7 version=1.1.2
    8 release=1
    9 source=(https://opensource.conformal.com/snapshots/$name/$name-$version.tgz)
   10 
   11 build () {
   12     cd $name-$version/linux
   13     make PREFIX=/usr MANDIR=/usr/man DESTDIR=$PKG install
   14     rm $PKG/usr/man/man1/spectrwm_*.1
   15     ln -sf spectrwm $PKG/usr/bin/scrotwm
   16 }

Generated by cgit