blob: f11bd34a567764bba11bffb783978b0021f9eb83 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
pkgbase = yt-dlg-git
pkgdesc = A cross platform front-end GUI of the popular youtube-dl written in wxPython (maintained fork of youtube-dl-gui)
pkgver = 1.2.0.r127.g9789d97
pkgrel = 1
url = https://github.com/oleksis/youtube-dl-gui
arch = any
license = custom:UNLICENSE
makedepends = git
depends = python-pypubsub
depends = python-wxpython
depends = xdg-utils
optdepends = ffmpeg: convert video files to audio-only files
optdepends = youtube-dl: alternative to the youtube-dl program downloaded by yt-dlg
provides = yt-dlg
conflicts = yt-dlg
conflicts = youtube-dl-gui
source = yt-dlg-git::git+https://github.com/yt-dlg/yt-dlg.git
sha256sums = SKIP
pkgname = yt-dlg-git
|