#Packager: George Vlahavas pkgname=progress pkgver=0.16 pkgrel=1gv source=("https://github.com/Xfennec/progress/archive/refs/tags/v$pkgver.tar.gz") docs=("readme.md" "license") url=https://github.com/Xfennec/progress slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "progress (Coreutils Progress Viewer)" "This tool can be described as a Tiny, Dirty C command that looks for" "coreutils basic commands (cp, mv, dd, tar, gzip/gunzip, cat, etc.)" "currently running on your system and displays the percentage of copied" "data. It can also show estimated time and throughput, and provides a" "\"top-like\" mode (monitoring)." ) build() { cd $startdir/src/$pkgname-$pkgver make -j $numjobs || return 1 make install DESTDIR=$startdir/pkg PREFIX=/usr }