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 +}