diff --git a/util/misc/progress/actions.py b/util/misc/progress/actions.py new file mode 100644 index 0000000000..1136185173 --- /dev/null +++ b/util/misc/progress/actions.py @@ -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()) + diff --git a/util/misc/progress/pspec.xml b/util/misc/progress/pspec.xml new file mode 100644 index 0000000000..51ba6abfb0 --- /dev/null +++ b/util/misc/progress/pspec.xml @@ -0,0 +1,45 @@ + + + + + progress + https://github.com/Xfennec/progress + + Bedirhan Kurt + bedirhan.kurt@outlook.com + + GPLv3 + util.misc + Shows running coreutils basic commands and displays stats + Shows running coreutils basic commands and displays stats + Çalışan coreutils temel komutlarını ve istatistikleri gösterir + Çalışan coreutils temel komutlarını ve istatistikleri gösterir + https://github.com/Xfennec/progress/archive/v0.17.tar.gz + + ncurses-devel + + + + + progress + + ncurses + + + /usr/bin + /usr/share/man + /usr/share/zsh/site-functions/_progress + + + + + + 2025-09-08 + 0.17 + Initial release. + Bedirhan Kurt + bedirhan.kurt@outlook.com + + + +