# 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 --branch $version --recursive $git $name cd $name mkdir build cd build cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr ../ make make DESTDIR=$PKG install }