# Template file for 'youtube-dl' pkgname=youtube-dl version=2014.09.18 revision=1 noarch=yes wrksrc="${pkgname}" makedepends="python" depends="${makedepends}" short_desc="Small CLI program to download videos from YouTube and other sites" maintainer="Juan RP " homepage="http://rg3.github.com/youtube-dl/" license="Public Domain" distfiles="https://yt-dl.org/downloads/${version}/${pkgname}-${version}.tar.gz" checksum=032617d45fb278cb70dfcaefd6a69c29961d42a9db6363376a64d1a3b2c8f58e do_install() { vbin ${pkgname} vman ${pkgname}.1 vinstall ${pkgname}.bash-completion 644 usr/share/bash-completion/completions ${pkgname} }