void-packages/srcpkgs/youtube-dl/template
2014-06-25 11:26:12 +02:00

21 lines
651 B
Plaintext

# Template file for 'youtube-dl'
pkgname=youtube-dl
version=2014.06.24.1
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=0e4a6c19f0b1b015bc952a33a374e160f3391355778fc43fbf119fa41104b93b
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}
}