void-packages/srcpkgs/ttyplot/template

20 lines
634 B
Bash

# Template file for 'ttyplot'
pkgname=ttyplot
version=1.7.0
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=f16ca828bf73f56c05ed4e1797a23861aa7cf3a98fe3fcc8c992d8646906fe51
do_install() {
vbin ttyplot
vman ttyplot.1
}