Celeste 40ea6c48d7 */*: add maintainer variable for aports i maintain
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
2024-10-16 16:20:45 +00:00

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
"