void-packages/srcpkgs/youtube-dl/template
2015-10-19 08:49:56 +02:00

20 lines
690 B
Bash

# Template file for 'youtube-dl'
pkgname=youtube-dl
version=2015.10.18
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=eece461e6af1fc030ffe29306a24676568c0310a47174168019ab1a62f08029e
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}
}