# Description: A featherweight, lemon-scented, bar based on xcb # URL: https://github.com/LemonBoy/bar # Maintainer: KRAK3N Team, extra ports at krak3n dot my # Depends on: perl libxcb name=lemonbar version=1.5 release=1 source=(https://github.com/LemonBoy/bar/archive/v${version}/${name}-${version}.tar.gz alwaysbelow.patch) build() { cd bar-${version} patch -Np1 -i ../alwaysbelow.patch make PREFIX=/usr make PREFIX=/usr DESTDIR=$PKG install }