Skip to content

Commit

Permalink
app-misc/tmux2html: new package.
Browse files Browse the repository at this point in the history
tmux2html is a Python script to render full tmux windows or individual
panes as a single HTML page.

Package-Manager: Portage-2.3.40, Repoman-2.3.9
  • Loading branch information
monsieurp committed Sep 17, 2018
1 parent 6be1397 commit b3221ab
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 0 deletions.
1 change: 1 addition & 0 deletions app-misc/tmux2html/Manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DIST tmux2html-0.1.11.tar.gz 20002 BLAKE2B 690e170bf903682a9bdbbfa49ec7a2995d19bfa9372533b5cecff5b7dfa4c389832a8e2315c3438d435c3b4f75bec8b7fc43161691912ef29d910779d46af24e SHA512 b478a697413acd90a92b3a349fc3c477ee1014f47816190d2066058711e2025a9f99e3f973dfd3165782a566d12aae4e3c491f58a924769d1d28c3f48c9e9601
15 changes: 15 additions & 0 deletions app-misc/tmux2html/metadata.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>[email protected]</email>
<name>Patrice Clement</name>
</maintainer>
<maintainer type="project">
<email>[email protected]</email>
<name>Gentoo Shell Tools Project</name>
</maintainer>
<upstream>
<remote-id type="github">greymd/tmux-xpanes</remote-id>
</upstream>
</pkgmetadata>
20 changes: 20 additions & 0 deletions app-misc/tmux2html/tmux2html-0.1.11.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=7

PYTHON_COMPAT=( python2_7 python3_{4,5,6} )

inherit distutils-r1

DESCRIPTION="Render full tmux windows or individual panes as HTML"
HOMEPAGE="https://github.com/tweekmonster/tmux2html"
SRC_URI="https://github.com/tweekmonster/tmux2html/archive/${PV}.tar.gz -> ${P}.tar.gz"

KEYWORDS="~amd64 ~x86"
LICENSE="MIT"
SLOT="0"

RDEPEND="
app-misc/tmux
dev-python/setuptools[${PYTHON_USEDEP}]"

0 comments on commit b3221ab

Please sign in to comment.