app-misc/tmux-xpanes - 4.2.0 (gentoo)

Search

Package Information

Description:
tmux-based terminal divider
Homepage:
https://github.com/greymd/tmux-xpanes
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
4.2.0 8 amd64 x86 0
View Raw Ebuild
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit shell-completion

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"
RESTRICT="test"

RDEPEND="
	app-misc/tmux
	dev-lang/perl
	dev-libs/openssl:0
"

DOCS=( CONTRIBUTING.md LICENSE README.md )

src_install() {
	dobin bin/*
	doman man/*.1
	einstalldocs

	dozshcomp completion/zsh/*
}

Dependencies

RDEPEND

	app-misc/tmux
	dev-lang/perl
	dev-libs/openssl:0

Manifest for 4.2.0

Type File Size Source URLs
DIST tmux-xpanes-4.2.0.tar.gz 66733 bytes https://github.com/greymd/tmux-xpanes/archive/v4.2.0.tar.gz