20 lines
634 B
Bash
20 lines
634 B
Bash
# Template file for 'ttyplot'
|
|
pkgname=ttyplot
|
|
version=1.6.5
|
|
revision=1
|
|
build_style=gnu-makefile
|
|
hostmakedepends="pkg-config"
|
|
makedepends="ncurses-devel ncurses-libtinfo-devel"
|
|
short_desc="Realtime plotting utility for terminal with data input from stdin"
|
|
maintainer="misuchiru03 <misuchiru03+void@gmail.com>"
|
|
license="Apache-2.0"
|
|
homepage="https://github.com/tenox7/ttyplot"
|
|
changelog="https://github.com/tenox7/ttyplot/releases"
|
|
distfiles="https://github.com/tenox7/ttyplot/archive/refs/tags/${version}.tar.gz"
|
|
checksum=485727db235862855687cb134fae96fcb465b622713aa40df006731cc554a268
|
|
|
|
do_install() {
|
|
vbin ttyplot
|
|
vman ttyplot.1
|
|
}
|