# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # $Id: 688f948c5f3067e775bfab5057e8047f467a9ca9 $ EAPI=8 DESCRIPTION="Tmux battery status" HOMEPAGE="https://github.com/tmux-plugins/tmux-battery" if [[ "${PV}" == *9999 ]] ; then inherit git-r3 EGIT_REPO_URI="https://github.com/tmux-plugins/tmux-battery.git" else SRC_URI="https://github.com/tmux-plugins/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64 ~x86" fi LICENSE="MIT" SLOT="0" IUSE="" src_install() { insinto /usr/share/${PN} doins battery.tmux doins -r scripts dodoc CHANGELOG.md README.md }