New package: ttyplot-1.1

This commit is contained in:
misuchiru03 2018-10-20 22:28:37 -05:00 committed by maxice8
parent eb82a84b69
commit 8b8ea3d64e
1 changed files with 16 additions and 0 deletions

16
srcpkgs/ttyplot/template Normal file
View File

@ -0,0 +1,16 @@
# 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
}