void-packages/srcpkgs/youtube-dl/template
2013-12-04 09:12:12 +01:00

27 lines
711 B
Plaintext

# Template file for 'youtube-dl'
pkgname=youtube-dl
version=2013.12.03
revision=1
wrksrc="${pkgname}"
makedepends="python"
short_desc="Tool to download youtube videos"
maintainer="pancake <pancake@nopcode.org>"
license="Public Domain"
homepage="http://rg3.github.com/youtube-dl/"
distfiles="https://yt-dl.org/downloads/${version}/${pkgname}-${version}.tar.gz"
checksum=0d8a4e66971949645aedfdef8c9a1b3010aa6abea19875571040eca228fabecf
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}
}
youtube-dl_package() {
noarch="yes"
depends="python"
pkg_install() {
vmove all
}
}