# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 DESCRIPTION="Fish-like autosuggestions for zsh" HOMEPAGE="https://github.com/zsh-users/zsh-autosuggestions" SRC_URI="https://github.com/zsh-users/zsh-autosuggestions/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="" RDEPEND="${DEPEND}" BDEPEND="" src_compile() { emake } src_install() { insinto "/usr/share/zsh/plugins/${PN}" doins "${PN}.zsh" doins "${PN}.plugin.zsh" dodoc CHANGELOG.md dodoc README.md }