vp-build/srcpkgs/ttyplot/template

17 lines
476 B
Bash

# Template file for 'ttyplot'
pkgname=ttyplot
version=1.1
revision=1
build_style=gnu-makefile
makedepends="ncurses-devel"
short_desc="Realtime plotting utility for terminal with data input from stdin"
maintainer="misuchiru03 <misuchiru03+void@gmail.com>"
license="Unlicense"
homepage="https://github.com/tenox7/ttyplot"
distfiles="${homepage}/archive/${version}.tar.gz"
checksum=56c4c9343d5da99a23e020e8c37f7f02178cd370983d602cd146f2bb67b0a155
do_install() {
vbin ttyplot
}