Ralf Rachinger 837606f146 testing/progress: new aport
Shows the progress of a coreutils process like cp
2021-11-11 08:45:43 +00:00

26 lines
678 B
Plaintext

# Contributor: Ralf Rachinger <alpine@ralfrachinger.de>
# Maintainer: Ralf Rachinger <alpine@ralfrachinger.de>
pkgname=progress
pkgver=0.16
pkgrel=0
pkgdesc="Coreutils Progress Viewer"
url="https://github.com/Xfennec/progress"
arch="all"
license="GPL-3.0-only"
makedepends="ncurses-dev linux-headers"
source="https://github.com/Xfennec/progress/archive/v$pkgver/progress-$pkgver.tar.gz"
subpackages="$pkgname-doc"
options="!check"
build() {
make
}
package() {
make DESTDIR="$pkgdir" PREFIX="/usr" install
}
sha512sums="
11fef1b973e899f4b605513f341cfc412c7c62b138d2b87cfb8b57fe7c46449cdac1e1b5c1cdc77d7cd905a26e5cf85c4ff88d892c58c8c839e95cab07596eb3 progress-0.16.tar.gz
"