21 lines
648 B
Plaintext
21 lines
648 B
Plaintext
# Template file for 'youtube-dl'
|
|
pkgname=youtube-dl
|
|
version=2014.08.24.6
|
|
revision=1
|
|
noarch=yes
|
|
wrksrc="${pkgname}"
|
|
makedepends="python"
|
|
depends="${makedepends}"
|
|
short_desc="Small CLI program to download videos from YouTube and other sites"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
homepage="http://rg3.github.com/youtube-dl/"
|
|
license="Public Domain"
|
|
distfiles="https://yt-dl.org/downloads/${version}/${pkgname}-${version}.tar.gz"
|
|
checksum=f613b4e295d1b3a1e71429082c337ea402debd56339a4b8d27de9e4a8af13fc7
|
|
|
|
do_install() {
|
|
vbin ${pkgname}
|
|
vman ${pkgname}.1
|
|
vinstall ${pkgname}.bash-completion 644 usr/share/bash-completion/completions ${pkgname}
|
|
}
|