mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
net-misc/youtube-dl: Add zsh completion (bug #533672 by Elias Probst), fish completion.
Package-Manager: portage-2.2.28
This commit is contained in:
@@ -80,8 +80,17 @@ src_test() {
|
||||
src_install() {
|
||||
python_domodule youtube_dl
|
||||
dobin bin/${PN}
|
||||
|
||||
dodoc README.txt
|
||||
doman ${PN}.1
|
||||
|
||||
newbashcomp ${PN}.bash-completion ${PN}
|
||||
|
||||
insinto /usr/share/zsh/site-functions
|
||||
newins youtube-dl.zsh _youtube-dl
|
||||
|
||||
insinto /usr/share/fish/completions
|
||||
doins youtube-dl.fish
|
||||
|
||||
python_fix_shebang "${ED}"
|
||||
}
|
||||
Reference in New Issue
Block a user