youtube-dl: update to 2013.08.30.
This commit is contained in:
parent
530ac9af69
commit
db94a20d42
1 changed files with 9 additions and 7 deletions
|
@ -1,25 +1,27 @@
|
||||||
# Template file for 'youtube-dl'
|
# Template file for 'youtube-dl'
|
||||||
pkgname=youtube-dl
|
pkgname=youtube-dl
|
||||||
version=2013.08.29
|
version=2013.08.30
|
||||||
revision=1
|
revision=1
|
||||||
|
wrksrc="${pkgname}"
|
||||||
makedepends="python"
|
makedepends="python"
|
||||||
short_desc="Tool to download youtube videos"
|
short_desc="Tool to download youtube videos"
|
||||||
maintainer="pancake <pancake@nopcode.org>"
|
maintainer="pancake <pancake@nopcode.org>"
|
||||||
license="Public Domain"
|
license="Public Domain"
|
||||||
homepage="http://rg3.github.com/youtube-dl/"
|
homepage="http://rg3.github.com/youtube-dl/"
|
||||||
|
distfiles="https://yt-dl.org/downloads/2013.08.30/${pkgname}-${version}.tar.gz"
|
||||||
do_fetch() {
|
checksum=5d10cf23619f094d9809d5afec1b3ddfb8d14db5d744b8ca9ac283ff710acbfe
|
||||||
git clone -b${version} git://github.com/rg3/youtube-dl.git ${pkgname}-${version}
|
|
||||||
}
|
|
||||||
|
|
||||||
do_install() {
|
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() {
|
youtube-dl_package() {
|
||||||
noarch="yes"
|
noarch="yes"
|
||||||
depends="python"
|
depends="python"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr
|
vmove all
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue