# Description: A fast and easy-to-use status bar # URL: https://github.com/jaagr/polybar # Maintainer: Ronin # Depends on: cairo git xorg-libxcb xorg-xcb-util-wm xorg-xcb-util-image xorg-xcb-proto xorg-xcb-util-cursor xorg-xcb-util-xrm name=polybar version=git release=1 git=(https://github.com/jaagr/polybar) build() { git clone --recursive $git master mkdir master/build cd master/build cmake .. make PREFIX=/usr DESTDIR=$PKG install }