File: control

package info (click to toggle)
eta 1.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 152 kB
  • sloc: ansic: 553; makefile: 33
file content (20 lines) | stat: -rw-r--r-- 813 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Source: eta
Section: utils
Priority: optional
Maintainer: Mark King <mark@vemek.co>
Build-Depends: debhelper-compat (= 12)
Standards-Version: 4.5.1
Homepage: https://github.com/aioobe/eta
Vcs-Browser: https://github.com/aioobe/eta
Vcs-Git: https://github.com/aioobe/eta.git
Rules-Requires-Root: no

Package: eta
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Utility for monitoring ETA and progress of an arbitrary process
 ETA is a shell utility to monitor the progress of arbitrary processes. Given a
 target value and a command to run that generates the current value, ETA will
 print a progress bar and an up-to-date estimated time for the process to
 complete. This is useful to monitor a variety of other tools which do not
 output their progress or their time until completion.