# Template file for 'youtube-dl' pkgname=youtube-dl version=2015.11.21 revision=1 noarch=yes wrksrc="${pkgname}" depends="python" 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=26ef30392579289ff54c54c6747fd0036a5fdf7429c55106f9703b0f9f19e339 do_install() { vbin ${pkgname} vman ${pkgname}.1 vinstall ${pkgname}.bash-completion 644 usr/share/bash-completion/completions ${pkgname} vinstall ${pkgname}.zsh 644 usr/share/zsh/site-functions _${pkgname} }