# Description: portable version of OpenBSD's cwm window manager # URL: https://github.com/leahneukirchen/cwm # Maintainer: KRAK3N Team, extra ports at krak3n dot my # Depends on: xrandr libxft bison name=cwm version=7.4 release=1 source=(https://github.com/leahneukirchen/${name}/archive/v${version}/${name}-v${version}.tar.gz) build() { cd ${name}-${version} make PREFIX=/usr make PREFIX=/usr DESTDIR=$PKG install }