17 lines
476 B
Bash
17 lines
476 B
Bash
# Template file for 'ttyplot'
|
|
pkgname=ttyplot
|
|
version=1.2
|
|
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=3ced72e59c74655539dddcf570a4c14fda3460a042cd2297bf1914cd9efab2c8
|
|
|
|
do_install() {
|
|
vbin ttyplot
|
|
}
|