17 lines
500 B
Bash
17 lines
500 B
Bash
# Template file for 'ttyplot'
|
|
pkgname=ttyplot
|
|
version=1.5
|
|
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="${homepage}/archive/${version}.tar.gz"
|
|
checksum=c494c31e7808a6e3bf8e3c399024b9aeb7d77967db6008a62d110ad9ed1b8bec
|
|
|
|
do_install() {
|
|
vbin ttyplot
|
|
}
|