void-packages/srcpkgs/youtube-dl/template

24 lines
832 B
Bash

# Template file for 'youtube-dl'
pkgname=youtube-dl
version=2016.01.15
revision=1
noarch=yes
build_style=python-module
wrksrc="${pkgname}"
hostmakedepends="python"
depends="python"
pycompile_module="youtube_dl"
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=c1e22ca3286aff74a668d1f8ef5c84c37bee2c269824e71ffdb23356a8735c44
post_install() {
rm -rf ${DESTDIR}/usr/etc
vinstall ${pkgname}.bash-completion 644 usr/share/bash-completion/completions ${pkgname}
vinstall ${pkgname}.zsh 644 usr/share/zsh/site-functions _${pkgname}
vinstall ${pkgname}.fish 644 usr/share/fish/completions ${pkgname}
}