aboutsummaryrefslogtreecommitdiff
path: root/srcpkgs/youtube-dl/template
blob: 871a3a920d158e5b2beff3f0c3d35eca38311e93 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Template file for 'youtube-dl'
pkgname=youtube-dl
version=2014.08.05
revision=1
noarch=yes
wrksrc="${pkgname}"
makedepends="python"
depends="${makedepends}"
short_desc="Small CLI program to download videos from YouTube and other sites"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://rg3.github.com/youtube-dl/"
license="Public Domain"
distfiles="https://yt-dl.org/downloads/${version}/${pkgname}-${version}.tar.gz"
checksum=6e816d7444cadbd074459c852d988412ed7fb1b6216292da378229a95886a13f

do_install() {
	vbin ${pkgname}
	vman ${pkgname}.1
	vinstall ${pkgname}.bash-completion 644 usr/share/bash-completion/completions ${pkgname}
}