mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 23:23:00 -04:00
gui-apps/wl-mirror: install completions
Signed-off-by: Mazunki Hoksaas <rolferen@gmail.com>
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit cmake
|
||||
inherit cmake shell-completion
|
||||
|
||||
DESCRIPTION="A simple Wayland output mirror client"
|
||||
HOMEPAGE="https://github.com/Ferdi265/wl-mirror"
|
||||
@@ -37,3 +37,11 @@ src_configure() {
|
||||
|
||||
cmake_src_configure
|
||||
}
|
||||
|
||||
src_install() {
|
||||
cmake_src_install
|
||||
dobashcomp scripts/completions/bash-completions/_wl-mirror
|
||||
dobashcomp scripts/completions/bash-completions/_wl-present
|
||||
dozshcomp scripts/completions/zsh-completions/_wl-mirror
|
||||
dozshcomp scripts/completions/zsh-completions/_wl-present
|
||||
}
|
||||
Reference in New Issue
Block a user