Files
4fury-c3440d8 1a492bc3b8 inxi.
2020-09-11 12:33:48 +03:00

50 lines
1.7 KiB
XML

<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>tmux</Name>
<Homepage>https://github.com/tmux/tmux</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>BSD</License>
<License>ISC</License>
<IsA>app:console</IsA>
<Summary>A terminal multiplexer</Summary>
<Description>Tmux is a terminal multiplexer. It's similar to GNU Screen.</Description>
<Archive sha1sum="6a469769a242c95dc8aec443b436d4f8f279f517" type="targz">https://github.com/tmux/tmux/releases/download/2.8/tmux-2.8.tar.gz</Archive>
<BuildDependencies>
<Dependency>libevent-devel</Dependency>
<Dependency>ncurses-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>tmux</Name>
<RuntimeDependencies>
<Dependency>libevent</Dependency>
<Dependency>ncurses</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="config">/etc</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="data">/usr/share</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2019-02-13</Date>
<Version>2.8</Version>
<Comment>First release.</Comment>
<Name>Hasan Basri</Name>
<Email>hbasria@pisilinux.org</Email>
</Update>
</History>
</PISI>