[arch-commits] Commit in yt-dlp (3 files)
Antonio Rojas
arojas at gemini.archlinux.org
Tue Oct 26 22:11:22 UTC 2021
Date: Tuesday, October 26, 2021 @ 22:11:21
Author: arojas
Revision: 1034578
archrelease: copy trunk to community-any
Added:
yt-dlp/repos/
yt-dlp/repos/community-any/
yt-dlp/repos/community-any/PKGBUILD
(from rev 1034576, yt-dlp/trunk/PKGBUILD)
----------+
PKGBUILD | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
Copied: yt-dlp/repos/community-any/PKGBUILD (from rev 1034576, yt-dlp/trunk/PKGBUILD)
===================================================================
--- repos/community-any/PKGBUILD (rev 0)
+++ repos/community-any/PKGBUILD 2021-10-26 22:11:21 UTC (rev 1034578)
@@ -0,0 +1,29 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Stefan Tatschner <stefan at rumpelsepp.org>
+# Contributor: katt <magunasu.b97 at gmail.com>
+
+pkgname=yt-dlp
+pkgver=2021.10.22
+pkgrel=2
+pkgdesc='A youtube-dl fork with additional features and fixes'
+arch=(any)
+url='https://github.com/yt-dlp/yt-dlp'
+license=(Unlicense)
+depends=(python-mutagen python-pycryptodome python-websockets)
+makedepends=(python-setuptools pandoc zip)
+optdepends=('ffmpeg: for video post-processing'
+ 'rtmpdump: for rtmp streams support'
+ 'atomicparsley: for embedding thumbnails into m4a files'
+ 'aria2: for using aria2 as external downloader')
+source=(https://github.com/yt-dlp/yt-dlp/archive/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('63f267cb0f2e9d18afc8e51267be2a13ce60030eab7c04b25b94d6b90d2ba6d3')
+
+build() {
+ cd $pkgname-$pkgver
+ make
+}
+
+package() {
+ cd $pkgname-$pkgver
+ DESTDIR="$pkgdir" PREFIX=/usr MANDIR=/usr/share/man make install
+}
More information about the arch-commits
mailing list