# 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="eaf92077179ec52a56c088cf4462967f190eabfc" SRC_URI="https://github.com/endaaman/lxd-completion-zsh/archive/${SRC_HASH}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}/lxd-completion-zsh-${SRC_HASH}" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="app-shells/zsh" RDEPEND="${DEPEND}" src_install() { insinto /usr/share/zsh/site-functions doins _lxc }