summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 5565036cc609dadcacb9f809fe15781fbe779dc7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Maintainer: corbie
pkgname=twitch-curses
pkgver=1.0
pkgrel=1
pkgdesc="Terminal-based twitch.tv browser / livestreamer frontend"
arch=('any')
url="https://gitlab.com/corbie/twitch-curses"
license=('WTFPL')
depends=('python' 'livestreamer')
source=('https://gitlab.com/corbie/twitch-curses/raw/master/twitch-curses.py')
sha256sums=('SKIP')

package() {
  cd "$srcdir"
  install -Dm755 twitch-curses.py \
    "${pkgdir}/usr/bin/twitch-curses"
}