summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 191f3029bd961b43e7a70d305787ed52e5311468 (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.2
pkgrel=2
pkgdesc="Terminal-based twitch.tv browser / streamlink frontend"
arch=('any')
url="https://gitlab.com/corbie/twitch-curses"
license=('WTFPL')
depends=('python' 'python-pycurl' 'python-urllib3' 'streamlink')
source=("${pkgname}_${pkgver}-${pkgrel}"::'https://gitlab.com/corbie/twitch-curses/raw/master/twitch-curses.py')
sha256sums=('SKIP')

package() {
  cd "$srcdir"
  install -Dm755 ${pkgname}_${pkgver}-${pkgrel} \
    "${pkgdir}/usr/bin/twitch-curses"
}