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 --recursive $git master
  12. mkdir master/build
  13. cd master/build
  14. cmake ..
  15. make PREFIX=/usr DESTDIR=$PKG install
  16. }
  17.