void-packages/srcpkgs/yt-play/template

17 lines
412 B
Plaintext
Raw Normal View History

2014-01-17 17:36:21 +00:00
# Template file for 'yt-play'
pkgname=yt-play
version=20130117
revision=1
noarch=yes
build_style=gnu-makefile
hostmakedepends="git"
2014-01-17 17:36:21 +00:00
makedepends="youtube-dl curl"
short_desc="Useful scripts to play youtube videos from command line"
maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL"
homepage="https://github.com/trufae/yt-play"
do_fetch() {
git clone git://github.com/trufae/yt-play ${pkgname}-${version}
}