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=3.1.0
  8. release=1
  9. git=(https://github.com/jaagr/polybar)
  10. build() {
  11. git clone --branch $version --recursive $git
  12. mkdir polybar/build
  13. cd polybar/build
  14. cmake ..
  15. make PREFIX=/usr DESTDIR=$PKG install
  16. }
  17.