From 4189eb35177abf362746b83a323127af072e9a62 Mon Sep 17 00:00:00 2001 From: cr6git Date: Sun, 21 Jan 2018 07:09:16 +0100 Subject: [PATCH] New package: qytdl-0.92 Closes: #11013 [via git-merge-pr] --- srcpkgs/qytdl/template | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 srcpkgs/qytdl/template diff --git a/srcpkgs/qytdl/template b/srcpkgs/qytdl/template new file mode 100644 index 00000000000..718a35a51a2 --- /dev/null +++ b/srcpkgs/qytdl/template @@ -0,0 +1,17 @@ +# Template file for 'qytdl' +pkgname=qytdl +version=0.92 +revision=1 +noarch=yes +build_style=gnu-makefile +depends="desktop-file-utils python3-PyQt5 youtube-dl" +short_desc="Simple Qt (PyQt5) frontend to Youtube-DL" +maintainer="cr6git " +homepage="https://github.com/jahendrie/qytdl" +license="GPL-3" +distfiles="http://www.someplacedumb.net/content/progs/qytdl/qytdl-${version}.tar.gz" +checksum=c4c3cda9ae34f30a5ed3c85883b3858cf8021123ef15b6d9e2de40b6ae2ee303 + +do_install() { + make PREFIX=${DESTDIR}/usr install +}