mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-03-02 12:12:28 +01:00
26 lines
739 B
Plaintext
26 lines
739 B
Plaintext
# Contributor: Sergiy Stupar <owner@sestolab.pp.ua>
|
|
# Maintainer: Sergiy Stupar <owner@sestolab.pp.ua>
|
|
pkgname=ttyplot
|
|
pkgver=1.7.2
|
|
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="
|
|
48aefb0d68603ca57dbe860adb0939ff6728b7853a001eb8c7c06b5967b6b1e8d8608b0982283923235e807e2d5291d2f54d4c7662f8b15869fd3ad75daa1053 ttyplot-1.7.2.tar.gz
|
|
"
|