From 17ca7c045eadbabe17ed33d57750c831f27ba8cc Mon Sep 17 00:00:00 2001 From: Gabriel Arakaki Giovanini Date: Mon, 12 Dec 2022 20:10:05 +0100 Subject: ref: Remove unnecessary packages Some package have made into the community repository on 3.17, so there is no need to keep them. --- apks/yt-dlp/APKBUILD | 46 ---------------------------------------------- 1 file changed, 46 deletions(-) delete mode 100644 apks/yt-dlp/APKBUILD (limited to 'apks/yt-dlp') diff --git a/apks/yt-dlp/APKBUILD b/apks/yt-dlp/APKBUILD deleted file mode 100644 index d4db189..0000000 --- a/apks/yt-dlp/APKBUILD +++ /dev/null @@ -1,46 +0,0 @@ -# Contributor: Peter Bui -# Contributor: Sören Tempel -# Contributor: Timo Teräs -# Contributor: Leo -# Maintainer: Sodface -pkgname=yt-dlp -pkgver=2022.10.04 -pkgrel=1 -pkgdesc="Command-line program to download videos from YouTube" -url="https://github.com/yt-dlp/yt-dlp" -arch="noarch" -license="Unlicense" -depends="python3 py3-mutagen py3-websockets py3-certifi py3-brotli" -makedepends="py3-setuptools" -checkdepends="py3-flake8 py3-nose py3-pytest" -subpackages=" - $pkgname-doc - $pkgname-zsh-completion - $pkgname-bash-completion - $pkgname-fish-completion - " -source="$pkgname-$pkgver.tar.gz::https://github.com/yt-dlp/yt-dlp/releases/download/$pkgver/yt-dlp.tar.gz" -builddir="$srcdir/$pkgname" - -build() { - python3 setup.py build - - make completions -} - -check() { - PYTHON=/usr/bin/python3 make offlinetest -} - -package() { - python3 setup.py install --prefix=/usr --root="$pkgdir" - - # Install fish completion to the correct directory - rm -r "$pkgdir"/usr/share/fish/vendor_completions.d - install -Dm644 completions/fish/yt-dlp.fish \ - -t "$pkgdir"/usr/share/fish/completions -} - -sha512sums=" -5e24eea9739325349e975a92eed9d38605f62a423ae16127e1966bf96974419939f46986d7f61306f827edebd9f7408d048672e99c214bc59b2cdccad1938004 yt-dlp-2022.10.04.tar.gz -" -- cgit v1.2.3