void-packages/srcpkgs/ttyplot/template

18 lines
540 B
Bash

# Template file for 'ttyplot'
pkgname=ttyplot
version=1.5.2
revision=1
build_style=gnu-makefile
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"
distfiles="https://github.com/tenox7/ttyplot/archive/${version}.tar.gz"
checksum=a0279e55c1996133645437ccb02574c82d62f0baa9744065779b5667c1f1cb8d
do_install() {
vbin ttyplot
vman ttyplot.1
}