void-packages/srcpkgs/youtube-dl/template
2014-04-01 22:35:04 +02:00

20 lines
650 B
Plaintext

# Template file for 'youtube-dl'
pkgname=youtube-dl
version=2014.04.01.3
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=83d4ca50a8930434555c75fa169f7659da0cb3babba342ee55d4d479287437e3
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}
}