pspec.xml 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>htop</Name>
  6. <Homepage>https://htop.dev/</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPL-2</License>
  12. <Icon>htop</Icon>
  13. <IsA>app:console</IsA>
  14. <Summary>An interactive process viewer for Linux.</Summary>
  15. <Description>htop is an interactive text-mode process viewer for Linux. It aims to be a better 'top'.</Description>
  16. <Archive sha1sum="98ae1707a9e8be1cbc8936faea3abef3e90e6608" type="tarxz">
  17. https://github.com/htop-dev/htop/releases/download/3.2.1/htop-3.2.1.tar.xz
  18. </Archive>
  19. <BuildDependencies>
  20. <Dependency>python3</Dependency>
  21. <Dependency>libcap-devel</Dependency>
  22. <Dependency>ncurses-devel</Dependency>
  23. <Dependency>gettext-devel</Dependency>
  24. <Dependency>libunwind-devel</Dependency>
  25. <Dependency>lm_sensors-devel</Dependency>
  26. </BuildDependencies>
  27. <Patches>
  28. <!-- <Patch>missing.patch</Patch> -->
  29. </Patches>
  30. </Source>
  31. <Package>
  32. <Name>htop</Name>
  33. <RuntimeDependencies>
  34. <Dependency>libcap</Dependency>
  35. <Dependency>ncurses</Dependency>
  36. <Dependency>libunwind</Dependency>
  37. </RuntimeDependencies>
  38. <Files>
  39. <Path fileType="executable">/usr/bin</Path>
  40. <Path fileType="data">/usr/share</Path>
  41. <Path fileType="man">/usr/share/man</Path>
  42. <Path fileType="doc">/usr/share/doc</Path>
  43. </Files>
  44. </Package>
  45. <History>
  46. <Update release="7">
  47. <Date>2022-06-18</Date>
  48. <Version>3.2.1</Version>
  49. <Comment>Version bump.</Comment>
  50. <Name>fury</Name>
  51. <Email>uglyside@yandex.ru</Email>
  52. </Update>
  53. <Update release="6">
  54. <Date>2021-10-17</Date>
  55. <Version>3.1.1</Version>
  56. <Comment>Version bump.</Comment>
  57. <Name>fury</Name>
  58. <Email>uglyside@yandex.ru</Email>
  59. </Update>
  60. <Update release="5">
  61. <Date>2020-09-11</Date>
  62. <Version>3.0.1</Version>
  63. <Comment>Community version bump.</Comment>
  64. <Name>PisiLinux Community</Name>
  65. <Email>admins@pisilinux.org</Email>
  66. </Update>
  67. <Update release="4">
  68. <Date>2018-09-09</Date>
  69. <Version>2.0.2</Version>
  70. <Comment>Rebuild New T.</Comment>
  71. <Name>Mustafa Cinasal</Name>
  72. <Email>muscnsl@gmail.com</Email>
  73. </Update>
  74. <Update release="3">
  75. <Date>2017-01-25</Date>
  76. <Version>2.0.2</Version>
  77. <Comment>Version bump.</Comment>
  78. <Name>Stefan Gronewold</Name>
  79. <Email>groni@pisilinux.org</Email>
  80. </Update>
  81. <Update release="2">
  82. <Date>2016-06-08</Date>
  83. <Version>1.0.3</Version>
  84. <Comment>Release Bump</Comment>
  85. <Name>Pisi Linux Community</Name>
  86. <Email>admin@pisilinux.org</Email>
  87. </Update>
  88. <Update release="1">
  89. <Date>2014-06-17</Date>
  90. <Version>1.0.3</Version>
  91. <Comment>First release</Comment>
  92. <Name>Kamil Atlı</Name>
  93. <Email>burakerturk@pisilinux.org</Email>
  94. </Update>
  95. </History>
  96. </PISI>