# Maintainer: Trizen _pkgname=youtube-viewer pkgname=youtube-viewer-git pkgver=3.2.2 pkgrel=1 pkgdesc="A command line utility for searching and streaming videos from YouTube." arch=('any') url="https://github.com/trizen/youtube-viewer" license=('GPLv3') makedepends=('git' 'perl-module-build') provides=('youtube-viewer') conflicts=('youtube-viewer') depends=('perl>=5.16.0' 'perl-data-dump' 'perl-json' 'perl-lwp-protocol-https' 'perl-libwww') optdepends=( 'perl-json-xs: faster JSON to HASH conversion' 'perl-lwp-useragent-cached: cache support' 'perl-unicode-linebreak: to print the results in a fixed-width format (-W)' 'perl-term-readline-gnu: for better STDIN support' 'youtube-dl: for playing videos with encrypted signatures' 'wget: for downloading videos with wget' 'mplayer: for playing the videos with MPlayer' 'vlc: for playing the videos with VLC' 'mpv: for playing the videos with MPV (recommended)' ) source=('git://github.com/trizen/youtube-viewer.git') md5sums=('SKIP') pkgver() { cd $_pkgname git describe --always | sed -e 's|-|.|g' } package() { cd $_pkgname perl Build.PL --destdir "$pkgdir" --installdirs vendor ./Build ./Build test ./Build install --install_path script=/usr/bin }