16 lines
415 B
Bash
16 lines
415 B
Bash
# Template file for 'yt-play'
|
|
pkgname=yt-play
|
|
version=20130117
|
|
revision=1
|
|
noarch=yes
|
|
build_style=gnu-makefile
|
|
hostmakedepends="git"
|
|
makedepends="youtube-dl curl"
|
|
short_desc="Useful scripts to play youtube videos from command line"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
license="GPL"
|
|
homepage="https://github.com/trufae/yt-play"
|
|
|
|
do_fetch() {
|
|
git clone git://github.com/trufae/yt-play ${pkgname}-${version}
|
|
}
|