Want more features on Pastebin? Sign Up, it's FREE!
Guest

lyvi

By: a guest on Jan 13th, 2015  |  syntax: Bash  |  size: 0.79 KB  |  views: 174  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print  |  QR code  |  clone
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. # Maintainer: Ondrej Kipila <ok100@openmailbox.org>
  2. #Using a pull request https://github.com/autrimpo/lyvi/tree/b84176c9c440bd627943e0d25831fa98c2a9c1f7
  3.  
  4. pkgname=lyvi
  5. pkgver=b84176c9c440bd627943e0d25831fa98c2a9c1f7
  6. pkgrel=1
  7. pkgdesc="Command-line lyrics (and more!) viewer"
  8. url="http://ok100.github.io/lyvi/"
  9. arch=(any)
  10. license=('WTFPLv2')
  11. depends=('python-glyr-git' 'python-psutil' 'python-urwid')
  12. optdepends=('python-pillow: background support'
  13.             'python-dbus: mpris support'
  14.             'python-gobject: mpris support')
  15. makedepends=('python-pip')
  16. source=(https://github.com/autrimpo/$pkgname/archive/$pkgver.tar.gz)
  17. md5sums=('b480f40b3770e6606cca83b4ca790446')
  18.  
  19. package() {
  20.   cd "$srcdir/$pkgname-$pkgver"
  21.   python setup.py install --root=$pkgdir
  22. }
  23.  
  24. # vim:set ts=2 sw=2 et:
clone this paste RAW Paste Data