From 47aa5bb52a43ab48386a0a9d94d76b839d04362c Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 17 Jan 2014 18:36:21 +0100 Subject: [PATCH] New package: yt-play. --- srcpkgs/yt-play/template | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 srcpkgs/yt-play/template diff --git a/srcpkgs/yt-play/template b/srcpkgs/yt-play/template new file mode 100644 index 00000000000..d51cde08a2f --- /dev/null +++ b/srcpkgs/yt-play/template @@ -0,0 +1,15 @@ +# Template file for 'yt-play' +pkgname=yt-play +version=20130117 +revision=1 +noarch=yes +build_style=gnu-makefile +makedepends="youtube-dl curl" +short_desc="Useful scripts to play youtube videos from command line" +maintainer="Juan RP " +license="GPL" +homepage="https://github.com/trufae/yt-play" + +do_fetch() { + git clone git://github.com/trufae/yt-play ${pkgname}-${version} +}