123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>htop</Name>
- <Homepage>https://htop.dev/</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>GPL-2</License>
- <Icon>htop</Icon>
- <IsA>app:console</IsA>
- <Summary>An interactive process viewer for Linux.</Summary>
- <Description>htop is an interactive text-mode process viewer for Linux. It aims to be a better 'top'.</Description>
- <Archive sha1sum="98ae1707a9e8be1cbc8936faea3abef3e90e6608" type="tarxz">
- https://github.com/htop-dev/htop/releases/download/3.2.1/htop-3.2.1.tar.xz
- </Archive>
- <BuildDependencies>
- <Dependency>python3</Dependency>
- <Dependency>libcap-devel</Dependency>
- <Dependency>ncurses-devel</Dependency>
- <Dependency>gettext-devel</Dependency>
- <Dependency>libunwind-devel</Dependency>
- <Dependency>lm_sensors-devel</Dependency>
- </BuildDependencies>
- <Patches>
- <!-- <Patch>missing.patch</Patch> -->
- </Patches>
- </Source>
- <Package>
- <Name>htop</Name>
- <RuntimeDependencies>
- <Dependency>libcap</Dependency>
- <Dependency>ncurses</Dependency>
- <Dependency>libunwind</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="data">/usr/share</Path>
- <Path fileType="man">/usr/share/man</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- </Files>
- </Package>
- <History>
- <Update release="7">
- <Date>2022-06-18</Date>
- <Version>3.2.1</Version>
- <Comment>Version bump.</Comment>
- <Name>fury</Name>
- <Email>uglyside@yandex.ru</Email>
- </Update>
- <Update release="6">
- <Date>2021-10-17</Date>
- <Version>3.1.1</Version>
- <Comment>Version bump.</Comment>
- <Name>fury</Name>
- <Email>uglyside@yandex.ru</Email>
- </Update>
- <Update release="5">
- <Date>2020-09-11</Date>
- <Version>3.0.1</Version>
- <Comment>Community version bump.</Comment>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Update>
- <Update release="4">
- <Date>2018-09-09</Date>
- <Version>2.0.2</Version>
- <Comment>Rebuild New T.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="3">
- <Date>2017-01-25</Date>
- <Version>2.0.2</Version>
- <Comment>Version bump.</Comment>
- <Name>Stefan Gronewold</Name>
- <Email>groni@pisilinux.org</Email>
- </Update>
- <Update release="2">
- <Date>2016-06-08</Date>
- <Version>1.0.3</Version>
- <Comment>Release Bump</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2014-06-17</Date>
- <Version>1.0.3</Version>
- <Comment>First release</Comment>
- <Name>Kamil Atlı</Name>
- <Email>burakerturk@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|