18 lines
569 B
Bash
18 lines
569 B
Bash
# Template file for 'qytdl'
|
|
pkgname=qytdl
|
|
version=1.6
|
|
revision=3
|
|
pycompile_dirs="usr/share/qytdl/src"
|
|
depends="desktop-file-utils python3-PyQt5 yt-dlp"
|
|
short_desc="Simple Qt (PyQt5) frontend to Youtube-DL"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="http://www.someplacedumb.net/content/progs/#qytdl"
|
|
distfiles="http://www.someplacedumb.net/content/progs/qytdl/qytdl-${version}.tar.xz"
|
|
checksum=ec7b2e9222fc7a133e4c4734f88a584a561da3bf1f216af4b388b3b2a8a13671
|
|
python_version=3
|
|
|
|
do_install() {
|
|
make PREFIX=${DESTDIR}/usr install
|
|
}
|