1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>nnn</Name>
- <Homepage>https://github.com/jarun/nnn</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>BSD-2-Clause</License>
- <IsA>app:console</IsA>
- <PartOf>util.misc</PartOf>
- <Summary>n³ The unorthodox terminal file manager.</Summary>
- <Description>nnn (n³) is a full-featured terminal file manager. It's tiny, nearly 0-config and incredibly fast.</Description>
- <Archive sha1sum="39f38a1e51b64b41a4fa5d754828d9321d23690b" type="targz">
- https://github.com/jarun/nnn/releases/download/v4.9/nnn-v4.9.tar.gz
- </Archive>
- <BuildDependencies>
- <Dependency>gcc</Dependency>
- <Dependency>ncurses-devel</Dependency>
- <Dependency>libpcre-devel</Dependency>
- <Dependency>readline-devel</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>nnn</Name>
- <RuntimeDependencies>
- <Dependency>ncurses</Dependency>
- <Dependency>readline</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/usr/bin/nnn</Path>
- <Path fileType="data">/usr/share/</Path>
- <Path fileType="manpages">/usr/share/man/man1</Path>
- </Files>
- </Package>
- <History>
- <Update release="4">
- <Date>2024-08-18</Date>
- <Version>4.9</Version>
- <Comment>Version bump.</Comment>
- <Name>fury</Name>
- <Email>uglyside@yandex.ru</Email>
- </Update>
- <Update release="3">
- <Date>2022-11-24</Date>
- <Version>4.7</Version>
- <Comment>Version bump.</Comment>
- <Name>fury</Name>
- <Email>uglyside@yandex.ru</Email>
- </Update>
- <Update release="2">
- <Date>2022-05-28</Date>
- <Version>4.5</Version>
- <Comment>Version bump.</Comment>
- <Name>fury</Name>
- <Email>uglyside@yandex.ru</Email>
- </Update>
- <Update release="1">
- <Date>2022-04-14</Date>
- <Version>4.1</Version>
- <Comment>First build.</Comment>
- <Name>fury</Name>
- <Email>uglyside@yandex.ru</Email>
- </Update>
- </History>
- </PISI>
|