spacepaste

  1.  
  2. # Description: A fast and easy-to-use status bar
  3. # URL: https://github.com/jaagr/polybar
  4. # Maintainer: Ronin
  5. # 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
  6. name=polybar
  7. version=git
  8. release=1
  9. git=(https://github.com/jaagr/polybar)
  10. build() {
  11. git clone --branch $version --recursive $git $name
  12. cd $name
  13. mkdir build
  14. cd build
  15. cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr ../
  16. make
  17. make DESTDIR=$PKG install
  18. }
  19.