void-packages/srcpkgs/youtube-dl/template
2015-08-11 08:03:41 +02:00

21 lines
690 B
Bash

# Template file for 'youtube-dl'
pkgname=youtube-dl
version=2015.08.09
revision=1
noarch=yes
wrksrc="${pkgname}"
depends="python"
short_desc="Small CLI program to download videos from YouTube and other sites"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="http://rg3.github.com/youtube-dl/"
license="Public Domain"
distfiles="https://yt-dl.org/downloads/${version}/${pkgname}-${version}.tar.gz"
checksum=01bd26ceb7bfde7bef2528666807241354087cf01b198b3d48623ee5e3c4b746
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}
}