From 8b8ea3d64eae3ccdd1ef7aff74ce04a83f208f9a Mon Sep 17 00:00:00 2001 From: misuchiru03 Date: Sat, 20 Oct 2018 22:28:37 -0500 Subject: [PATCH] New package: ttyplot-1.1 --- srcpkgs/ttyplot/template | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 srcpkgs/ttyplot/template diff --git a/srcpkgs/ttyplot/template b/srcpkgs/ttyplot/template new file mode 100644 index 00000000000..fa18c936da0 --- /dev/null +++ b/srcpkgs/ttyplot/template @@ -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 " +license="Unlicense" +homepage="https://github.com/tenox7/ttyplot" +distfiles="${homepage}/archive/${version}.tar.gz" +checksum=56c4c9343d5da99a23e020e8c37f7f02178cd370983d602cd146f2bb67b0a155 + +do_install() { + vbin ttyplot +}