26 lines
623 B
Text
26 lines
623 B
Text
# Template file for 'youtube-dl'
|
|
pkgname=youtube-dl
|
|
version=2013.07.17.1
|
|
revision=1
|
|
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="http://youtube-dl.org/downloads/$version/$pkgname"
|
|
checksum=39f3b9706177e89452ecbb0f5b31038d357e60903ef94b3fc24d98f7b825e8e6
|
|
noextract=yes
|
|
noarch=yes
|
|
create_srcdir=yes
|
|
|
|
do_install() {
|
|
vinstall ${XBPS_SRCDISTDIR}/${pkgname}-${version}/youtube-dl 755 usr/bin
|
|
}
|
|
|
|
youtube-dl_package() {
|
|
noarch="yes"
|
|
depends="python"
|
|
pkg_install() {
|
|
vmove usr
|
|
}
|
|
}
|