mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-13 12:41:50 +01:00
26 lines
735 B
Plaintext
26 lines
735 B
Plaintext
# Contributor: Sergiy Stupar <owner@sestolab.pp.ua>
|
|
# Maintainer: Sergiy Stupar <owner@sestolab.pp.ua>
|
|
pkgname=ttyplot
|
|
pkgver=1.5
|
|
pkgrel=0
|
|
pkgdesc="Realtime plotting utility for terminal/console with data input from stdin"
|
|
url="https://github.com/tenox7/ttyplot"
|
|
arch="all"
|
|
options="!check" # No tests
|
|
license="Apache-2.0"
|
|
makedepends="ncurses-dev"
|
|
subpackages="$pkgname-doc"
|
|
source="$pkgname-$pkgver.tar.gz::https://github.com/tenox7/ttyplot/archive/$pkgver.tar.gz"
|
|
|
|
build() {
|
|
make
|
|
}
|
|
|
|
package() {
|
|
make MANPREFIX=/usr/share/man PREFIX=/usr DESTDIR="$pkgdir" install
|
|
}
|
|
|
|
sha512sums="
|
|
2b50bed8b154488dfd6f959a3859335e8ba67748b22d93a6d4411d8e60afe08dc2075655de62c9871ee181ef72f256bf2fceeaed6be03409481b4fbba3689796 ttyplot-1.5.tar.gz
|
|
"
|