youtube-dl: update to 2016.01.09.

This commit is contained in:
Juan RP 2016-01-09 08:33:59 +01:00
parent 5c707b4eff
commit 28155bd08a
1 changed files with 8 additions and 5 deletions

View File

@ -1,20 +1,23 @@
# Template file for 'youtube-dl'
pkgname=youtube-dl
version=2016.01.01
version=2016.01.09
revision=1
noarch=yes
build_style=python-module
wrksrc="${pkgname}"
hostmakedepends="python"
depends="python"
pycompile_module="$pkgname"
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=732f37c99d71b4239d72d61dd32214b5a5a618671fb0629c8f8deb28209a172c
checksum=463cfed59a1e2c6609a8e3d3354e0494833f1b249fe1979984b06a51ac5c904d
do_install() {
vbin ${pkgname}
vman ${pkgname}.1
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}
}