Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
alpine
aports
Merge requests
!13512
testing/youtube-dlc: new aport
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
testing/youtube-dlc: new aport
caskd/aports:youtube-dlc
into
master
Overview
9
Commits
1
Pipelines
10
Changes
1
All threads resolved!
Hide all comments
Merged
Alex Denes
requested to merge
caskd/aports:youtube-dlc
into
master
4 years ago
Overview
9
Commits
1
Pipelines
10
Changes
1
All threads resolved!
Hide all comments
Expand
Command-line program to download videos from YouTube
https://blackjack4494.github.io/youtube-dlc
Edited
4 years ago
by
Alex Denes
0
0
Merge request reports
Compare
master
version 8
536647a4
4 years ago
version 7
536647a4
4 years ago
version 6
536647a4
4 years ago
version 5
a6a44f43
4 years ago
version 4
3343e7b9
4 years ago
version 3
600cb339
4 years ago
version 2
8a5c96dc
4 years ago
version 1
9f18e588
4 years ago
master (base)
and
latest version
latest version
536647a4
1 commit,
4 years ago
version 8
536647a4
1 commit,
4 years ago
version 7
536647a4
1 commit,
4 years ago
version 6
536647a4
1 commit,
4 years ago
version 5
a6a44f43
1 commit,
4 years ago
version 4
3343e7b9
3 commits,
4 years ago
version 3
600cb339
2 commits,
4 years ago
version 2
8a5c96dc
2 commits,
4 years ago
version 1
9f18e588
1 commit,
4 years ago
1 file
+
40
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
testing/youtube-dlc/APKBUILD
0 → 100644
+
40
−
0
Options
# Contributor: Peter Bui <pnutzh4x0r@gmail.com>
# Contributor: Sören Tempel <soeren+alpine@soeren-tempel.net>
# Contributor: Timo Teräs <timo.teras@iki.fi>
# Contributor: Alex Denes <caskd@redxen.eu>
# Maintainer: Alex Denes <caskd@redxen.eu>
pkgname
=
youtube-dlc
pkgver
=
2020.10.09
pkgrel
=
0
pkgdesc
=
"Command-line program to download videos from YouTube"
url
=
"https://blackjack4494.github.io/youtube-dlc"
arch
=
"noarch"
license
=
"Unlicense"
depends
=
"python3 py3-setuptools"
checkdepends
=
"py3-flake8 py3-nose"
subpackages
=
"
$pkgname
-doc
$pkgname
-bash-completion
$pkgname
-fish-completion"
source
=
"
$pkgname
-
$pkgver
.tar.gz::https://github.com/blackjack4494/youtube-dlc/archive/
$pkgver
/youtube-dlc-
$pkgver
.tar.gz"
prepare
()
{
default_prepare
sed
-i
\
-e
's|etc/bash_completion.d|share/bash-completion/completions|'
\
-e
's|etc/fish/completions|share/fish/completions|'
\
./setup.py
}
build
()
{
python3 setup.py build
}
check
()
{
PYTHON
=
/usr/bin/python3 make offlinetest
}
package
()
{
python3 setup.py
install
--prefix
=
/usr
--root
=
"
$pkgdir
"
}
sha512sums
=
"5d8df9e8b95bec63351c998dcd3ac61562b02a570d0b2aa03f7244354c8db1c9d0ab1c089df4cc621908d213f2bdd8933879b76a822bcdb5396c6db65c25c71e youtube-dlc-2020.10.09.tar.gz"
Loading