youtube-dl: update to 2013.08.30.

This commit is contained in:
Juan RP 2013-08-31 21:14:35 +02:00
parent 530ac9af69
commit db94a20d42
1 changed files with 9 additions and 7 deletions

View File

@ -1,25 +1,27 @@
# Template file for 'youtube-dl'
pkgname=youtube-dl
version=2013.08.29
version=2013.08.30
revision=1
wrksrc="${pkgname}"
makedepends="python"
short_desc="Tool to download youtube videos"
maintainer="pancake <pancake@nopcode.org>"
license="Public Domain"
homepage="http://rg3.github.com/youtube-dl/"
do_fetch() {
git clone -b${version} git://github.com/rg3/youtube-dl.git ${pkgname}-${version}
}
distfiles="https://yt-dl.org/downloads/2013.08.30/${pkgname}-${version}.tar.gz"
checksum=5d10cf23619f094d9809d5afec1b3ddfb8d14db5d744b8ca9ac283ff710acbfe
do_install() {
vinstall youtube-dl 755 usr/bin
vinstall ${pkgname} 755 usr/bin
vinstall ${pkgname}.1 644 usr/share/man/man1
vinstall ${pkgname}.bash-completion 644 \
usr/share/bash-completion/completions ${pkgname}
}
youtube-dl_package() {
noarch="yes"
depends="python"
pkg_install() {
vmove usr
vmove all
}
}