summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 9359c54a0ddd117900da273f414f646fa5cf5e85 (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=('git+https://gitlab.com/corbie/twitch-curses.git')
sha256sums=('SKIP')

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