mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-03-13 01:22:23 +01:00
leaving the Maintainer comment there for better visual cues, syntax highlighting, and easy conversion to a Contributor comment since Contributor comments are not being removed, just treat my Maintainer comments like Contributor ones, as a normal comment
27 lines
730 B
Plaintext
27 lines
730 B
Plaintext
# Contributor: jane400 <alpine@j4ne.de>
|
|
# Maintainer: Celeste <cielesti@protonmail.com>
|
|
maintainer="Celeste <cielesti@protonmail.com>"
|
|
pkgname=progress
|
|
pkgver=0.17
|
|
pkgrel=2
|
|
pkgdesc="Coreutils Progress Viewer"
|
|
url="https://github.com/Xfennec/progress"
|
|
arch="all"
|
|
license="GPL-3.0-or-later"
|
|
makedepends="ncurses-dev linux-headers"
|
|
subpackages="$pkgname-doc $pkgname-zsh-completion"
|
|
source="https://github.com/Xfennec/progress/archive/v$pkgver/progress-$pkgver.tar.gz"
|
|
options="!check"
|
|
|
|
build() {
|
|
make
|
|
}
|
|
|
|
package() {
|
|
make DESTDIR="$pkgdir" PREFIX="/usr" install
|
|
}
|
|
|
|
sha512sums="
|
|
9c9cb276063069501677457d4808b5386e9d7b21d11bdae5cf5d07fdecaf444199ad27fe0718ec5567dd2388bcb2156fe1ef99ece471173c480e7395965f19f1 progress-0.17.tar.gz
|
|
"
|