youtube-dl: dropped

This commit is contained in:
Tim Biermann 2022-02-05 18:20:04 +01:00
parent 2f5c774c24
commit f173c1de2a
3 changed files with 0 additions and 3337 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF36gt0yx6mIVpGg+JNscmXiaooM0HZ5Rjz9IVzoVMHhOKx51N+lmuZl9Bapg6B/Xu6GXVLEKqdyKVB/RprZpkNwE=
SHA256 (Pkgfile) = e715816ce888a3a814cd85006e04e497c8861defc7bbcfffa9512fca4ea11104
SHA256 (.footprint) = e3556469ca0cf3906494b1d0624819b3ddb8c43ae0c4f5a953b7480d4f73c588
SHA256 (youtube-dl-2021.06.06.tar.gz) = 3ccb0e4db9fd172338ed1c32bae0be2f716458dca4143e55732ff55260b20ac3

View File

@ -1,26 +0,0 @@
# Description: A command-line program to download videos from YouTube.com and a few more sites.
# URL: https://youtube-dl.org/
# Maintainer: Danny Rawlins, crux at romster dot me
# Depends on: python3-setuptools
name=youtube-dl
version=2021.06.06
release=1
source=(https://youtube-dl.org/downloads/$version/$name-$version.tar.gz)
build() {
cd $name
export PYTHONHASHSEED=0
sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
sed -i 's|etc/fish/completions|share/fish/vendor_completions.d|' setup.py
/usr/bin/python3 setup.py build
/usr/bin/python3 setup.py install --root=$PKG --optimize=1 --skip-build
/usr/bin/python3 -mcompileall $PKG
/usr/bin/python3 -O -m compileall $PKG
/usr/bin/python3 -OO -m compileall $PKG
rm -r $PKG/usr/share/doc
}