mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
ttyplot: update to 1.6.2
This commit is contained in:
parent
669b35d946
commit
48837b29bc
1 changed files with 5 additions and 3 deletions
|
@ -1,15 +1,17 @@
|
||||||
# Template file for 'ttyplot'
|
# Template file for 'ttyplot'
|
||||||
pkgname=ttyplot
|
pkgname=ttyplot
|
||||||
version=1.5.2
|
version=1.6.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
|
hostmakedepends="pkg-config"
|
||||||
makedepends="ncurses-devel ncurses-libtinfo-devel"
|
makedepends="ncurses-devel ncurses-libtinfo-devel"
|
||||||
short_desc="Realtime plotting utility for terminal with data input from stdin"
|
short_desc="Realtime plotting utility for terminal with data input from stdin"
|
||||||
maintainer="misuchiru03 <misuchiru03+void@gmail.com>"
|
maintainer="misuchiru03 <misuchiru03+void@gmail.com>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="https://github.com/tenox7/ttyplot"
|
homepage="https://github.com/tenox7/ttyplot"
|
||||||
distfiles="https://github.com/tenox7/ttyplot/archive/${version}.tar.gz"
|
changelog="https://github.com/tenox7/ttyplot/releases"
|
||||||
checksum=a0279e55c1996133645437ccb02574c82d62f0baa9744065779b5667c1f1cb8d
|
distfiles="https://github.com/tenox7/ttyplot/archive/refs/tags/${version}.tar.gz"
|
||||||
|
checksum=99222721e2d89e1064546f29e678830ccaba9b75f276a4b6845cc091169787a0
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vbin ttyplot
|
vbin ttyplot
|
||||||
|
|
Loading…
Add table
Reference in a new issue