Files
suvari 862757a320 index
2025-09-10 11:50:43 +03:00

46 lines
1.8 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>progress</Name>
<Homepage>https://github.com/Xfennec/progress</Homepage>
<Packager>
<Name>Bedirhan Kurt</Name>
<Email>bedirhan.kurt@outlook.com</Email>
</Packager>
<License>GPLv3</License>
<PartOf>util.misc</PartOf>
<Summary xml:lang="en">Shows running coreutils basic commands and displays stats</Summary>
<Description xml:lang="en">Shows running coreutils basic commands and displays stats</Description>
<Summary xml:lang="tr">Çalışan coreutils temel komutlarını ve istatistikleri gösterir</Summary>
<Description xml:lang="tr">Çalışan coreutils temel komutlarını ve istatistikleri gösterir</Description>
<Archive sha1sum="0cdf7ca14ed19cc5066ff639003d95afb6fd88f0" type="targz">https://github.com/Xfennec/progress/archive/v0.17.tar.gz</Archive>
<BuildDependencies>
<Dependency>ncurses-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>progress</Name>
<RuntimeDependencies>
<Dependency>ncurses</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="data">/usr/share/zsh/site-functions/_progress</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2025-09-08</Date>
<Version>0.17</Version>
<Comment>Initial release.</Comment>
<Name>Bedirhan Kurt</Name>
<Email>bedirhan.kurt@outlook.com</Email>
</Update>
</History>
</PISI>