Files
2023-11-04 11:58:58 +03:00

61 lines
2.3 KiB
XML
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>s-tui</Name>
<Homepage>https://github.com/resurrecting-open-source-projects/s-tui</Homepage>
<Packager>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<IsA>app:console</IsA>
<icon>s-tui</icon>
<PartOf>hardware.disk</PartOf>
<Summary>Terminal UI stress test and monitoring tool</Summary>
<Description>Stress-Terminal UI, s-tui, monitors CPU temperature, frequency, power and utilization in a graphical way from the terminal.</Description>
<Archive sha1sum="4a7354730948af9aade9b4a933991726243c709a" type="targz">https://github.com/amanusk/s-tui/archive/refs/tags/v1.1.4.tar.gz</Archive>
<BuildDependencies>
<Dependency>stress</Dependency>
<Dependency>python3-devel</Dependency>
<Dependency>python3-psutil</Dependency>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-importlib_metadata</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>s-tui</Name>
<RuntimeDependencies>
<Dependency>stress</Dependency>
<Dependency>python3</Dependency>
<Dependency>python-urwid</Dependency>
<Dependency>python3-psutil</Dependency>
<Dependency>python3-importlib_metadata</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib/python3*/site-packages</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="2">
<Date>2023-11-04</Date>
<Version>1.1.4</Version>
<Comment>Rebuild</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2023-06-06</Date>
<Version>1.1.4</Version>
<Comment>First release</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>
</History>
</PISI>