diff options
Diffstat (limited to 'app-shells/lxd-zsh-completions')
-rw-r--r-- | app-shells/lxd-zsh-completions/Manifest | 1 | ||||
-rw-r--r-- | app-shells/lxd-zsh-completions/lxd-zsh-completions-20190522.ebuild | 22 |
2 files changed, 23 insertions, 0 deletions
diff --git a/app-shells/lxd-zsh-completions/Manifest b/app-shells/lxd-zsh-completions/Manifest new file mode 100644 index 0000000..173ac21 --- /dev/null +++ b/app-shells/lxd-zsh-completions/Manifest @@ -0,0 +1 @@ +DIST lxd-zsh-completions-20190522.tar.gz 7339 BLAKE2B 13984b973ddbf1d17c9e038fdba1829644aa87e91548488aec16539d35db91c145489f8bd8f37beaaddff95c27b551162d3e8f6f943608d8adca0b9e133b1757 SHA512 7da379dd6025663e986c1c25b41c84bbc5d9dbb018526d95d5cd4e536f03537505fa7ad0d49549050e659826c428bdee4081f381837baf06ff9cb5f8ad8af3d3 diff --git a/app-shells/lxd-zsh-completions/lxd-zsh-completions-20190522.ebuild b/app-shells/lxd-zsh-completions/lxd-zsh-completions-20190522.ebuild new file mode 100644 index 0000000..71ef878 --- /dev/null +++ b/app-shells/lxd-zsh-completions/lxd-zsh-completions-20190522.ebuild @@ -0,0 +1,22 @@ +# Copyright 2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="A Zsh completion for lxc command of LXD" +HOMEPAGE="https://github.com/endaaman/lxd-completion-zsh" +SRC_HASH="87d20cb0c5d5261cdc469a2d16a679f577038204" +SRC_URI="https://github.com/endaaman/lxd-completion-zsh/archive/${SRC_HASH}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="app-shells/zsh" +RDEPEND="${DEPEND}" + +src_install() { + insinto /usr/share/zsh/site-functions + doins _lxc +} |