summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: f7a66e2fd100e55827b9b5587ff9b46d22cbb66e (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/blob/master/twitch-curses.py')
sha256sums=('SKIP')

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