void-packages/srcpkgs/youtube-dl/template
2014-06-11 21:49:33 +02:00

21 lines
649 B
Plaintext

# Template file for 'youtube-dl'
pkgname=youtube-dl
version=2014.06.09
revision=1
wrksrc="${pkgname}"
makedepends="python"
depends="python"
noarch="yes"
short_desc="Tool to download youtube videos"
maintainer="Juan RP <xtraeme@gmail.com>"
license="Public Domain"
homepage="http://rg3.github.com/youtube-dl/"
distfiles="https://yt-dl.org/downloads/${version}/${pkgname}-${version}.tar.gz"
checksum=e7aa2c7b54e17e1e0fb82718f841f98baf0acefd398f7a978be065aa99ca910c
do_install() {
vinstall ${pkgname} 755 usr/bin
vinstall ${pkgname}.1 644 usr/share/man/man1
vinstall ${pkgname}.bash-completion 644 usr/share/bash-completion/completions ${pkgname}
}