46 lines
1.8 KiB
XML
46 lines
1.8 KiB
XML
<?xml version="1.0" ?>
|
||
<!DOCTYPE PISI SYSTEM "http://www.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>
|
||
|