forked from ports/contrib
yt-dlp: dropped
This commit is contained in:
parent
11023e2398
commit
88a159ab05
@ -1,7 +0,0 @@
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/bin/
|
||||
-rwxr-xr-x root/root usr/bin/yt-dlp
|
||||
drwxr-xr-x root/root usr/share/
|
||||
drwxr-xr-x root/root usr/share/man/
|
||||
drwxr-xr-x root/root usr/share/man/man1/
|
||||
-rw-r--r-- root/root usr/share/man/man1/yt-dlp.1.gz
|
@ -1,5 +0,0 @@
|
||||
untrusted comment: verify with /etc/ports/contrib.pub
|
||||
RWSagIOpLGJF3xYw0rAgFHhsGuGKvmOk1y++ncPEXhm5iJPiVwSPK7IU6oGOrC2HJiISIftQJbIvFAMU8XSlHyae5SL6nym7uQ0=
|
||||
SHA256 (Pkgfile) = a1194c8dfc3701a898cb5a5768a14475f45247ec3927c44409238c5bd86ba30a
|
||||
SHA256 (.footprint) = b13330c79f44e19de64e7dc4026d3d5ab368dcfaded6e2d25ce4813c47f0a796
|
||||
SHA256 (yt-dlp-2022.11.11.tar.gz) = 51fa055912c7fc742a882ff58236bd25b39055b98168a3563ed17cc575c3c3ae
|
@ -1,25 +0,0 @@
|
||||
# Description: CLI program to access YouTub and other data content
|
||||
# URL: https://github.com/yt-dlp/yt-dlp
|
||||
# Maintainer: Steffen Nurpmeso, steffen at sdaoden dot eu
|
||||
# Depends on: python3-setuptools
|
||||
|
||||
name=yt-dlp
|
||||
version=2022.11.11
|
||||
release=1
|
||||
source=(https://github.com/${name}/${name}/releases/download/\
|
||||
${version}/${name}.tar.gz)
|
||||
renames=(${name}-${version}.tar.gz)
|
||||
|
||||
build() {
|
||||
cd ${name} #-${version}
|
||||
|
||||
install -D ${name} "${PKG}"/usr/bin/${name}
|
||||
install -D -m 0644 ${name}.1 "${PKG}"/usr/share/man/man1/${name}.1
|
||||
|
||||
if prt-get isinst bash-completion > /dev/null 2>&1; then
|
||||
install -D completions/bash/yt-dlp \
|
||||
"${PKG}"/usr/share/bash-completion/completions/${name}
|
||||
fi
|
||||
}
|
||||
|
||||
# s-sh-mode
|
Loading…
x
Reference in New Issue
Block a user