void-packages/srcpkgs/youtube-dl/template
2014-03-17 14:55:07 +01:00

21 lines
649 B
Plaintext

# Template file for 'youtube-dl'
pkgname=youtube-dl
version=2014.03.12
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=bd5c116e4f949162e2430d6b45bfd56a5571289cc2967db60cd9d5257a3d57b9
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}
}