# Template file for 'youtube-dl' pkgname=youtube-dl version=2014.04.21.6 revision=1 wrksrc="${pkgname}" makedepends="python" depends="python" noarch="yes" short_desc="Tool to download youtube videos" maintainer="Juan RP " license="Public Domain" homepage="http://rg3.github.com/youtube-dl/" distfiles="https://yt-dl.org/downloads/${version}/${pkgname}-${version}.tar.gz" checksum=8df2a8300a6e333a637f655181216097839992b384f2eafa93f1ee9cfd2f1e1a do_install() { vinstall ${pkgname} 755 usr/bin vinstall ${pkgname}.1 644 usr/share/man/man1 vinstall ${pkgname}.bash-completion 644 usr/share/bash-completion/completions ${pkgname} }