contrib/youtube-dl/Pkgfile

18 lines
508 B
Plaintext

# Description: A command-line program to download videos from YouTube.com and a few more sites.
# URL: https://rg3.github.io/youtube-dl/
# Maintainer: Danny Rawlins, crux at romster dot me
# Depends on: python3-setuptools
name=youtube-dl
version=2020.09.06
release=1
source=(https://github.com/ytdl-org/youtube-dl/releases/download/$version/$name-$version.tar.gz)
build() {
cd $name
/usr/bin/python3 setup.py build
/usr/bin/python3 setup.py install --root=$PKG --optimize=1
rm -r $PKG/usr/share/doc
}