Merge pull request #17328 from kurtbahartr/master

Initial build of progress
This commit is contained in:
Kamil ATLI
2025-09-10 11:21:35 +03:00
committed by GitHub
2 changed files with 60 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
# Licensed under GNU General Public License, version 3.
# See the file https://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import autotools
from pisi.actionsapi import get
def build():
autotools.make()
def install():
autotools.rawInstall("""DESTDIR=%s PREFIX="/usr\"""" % get.installDIR())
+45
View File
@@ -0,0 +1,45 @@
<?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>