gentoo/app-misc/tmux-xpanes/tmux-xpanes-4.1.3-r1.ebuild
Patrice Clement ec3afff5f1
app-misc/tmux-xpanes: stable for amd64.
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
2021-10-11 13:56:57 +02:00

30 lines
577 B
Bash

# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DESCRIPTION="tmux-based terminal divider"
HOMEPAGE="https://github.com/greymd/tmux-xpanes"
SRC_URI="https://github.com/greymd/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 x86"
RDEPEND="app-misc/tmux
dev-lang/perl
dev-libs/openssl:0"
RESTRICT="test"
DOCS=( CONTRIBUTING.md LICENSE README.md )
src_install() {
dobin bin/*
doman man/*.1
einstalldocs
insinto /usr/share/zsh/site-functions
doins -r completion/zsh/.
}