This repository was archived by the owner on Aug 23, 2022. It is now read-only.
forked from Zaryob/SulinRepository
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpspec.xml
More file actions
60 lines (58 loc) · 2.08 KB
/
Copy pathpspec.xml
File metadata and controls
60 lines (58 loc) · 2.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<?xml version="1.0" ?>
<!DOCTYPE INARY SYSTEM "https://raw.githubusercontent.com/Zaryob/inary/master/inary-spec.dtd">
<INARY>
<Source>
<Name>tmux</Name>
<Homepage>http://tmux.sourceforge.net/</Homepage>
<Packager>
<Name>Süleyman Poyraz</Name>
</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="c65f320245bcf265313d84ac680ca86d228d2e44" >https://github.com/tmux/tmux/releases/download/3.1/tmux-3.1-rc4.tar.gz</Archive>
<BuildDependencies>
<Dependency>libevent-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>tmux</Name>
<RuntimeDependencies>
<Dependency>libevent</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="3">
<Date>2020-04-14</Date>
<Version>3.1</Version>
<Comment>Automatic version upgrade.</Comment>
<Name>Ali Rıza KESKİN</Name>
</Update>
<Update release="2">
<Date>2019-12-12</Date>
<Version>3.0a</Version>
<Comment>Automatic version upgrade.</Comment>
<Name>Ali Rıza KESKİN</Name>
</Update>
<Update release="1">
<Date>2019-11-11</Date>
<Version>1.5</Version>
<Comment>First release</Comment>
<Name>Süleyman Poyraz</Name>
</Update>
</History>
</INARY>