mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 23:23:51 +02:00
ttyplot: update to 1.5.2.
This commit is contained in:
parent
7b1840abb5
commit
59c17b4e40
1 changed files with 4 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'ttyplot'
|
# Template file for 'ttyplot'
|
||||||
pkgname=ttyplot
|
pkgname=ttyplot
|
||||||
version=1.5
|
version=1.5.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
makedepends="ncurses-devel ncurses-libtinfo-devel"
|
makedepends="ncurses-devel ncurses-libtinfo-devel"
|
||||||
|
@ -8,9 +8,10 @@ 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="${homepage}/archive/${version}.tar.gz"
|
distfiles="https://github.com/tenox7/ttyplot/archive/${version}.tar.gz"
|
||||||
checksum=c494c31e7808a6e3bf8e3c399024b9aeb7d77967db6008a62d110ad9ed1b8bec
|
checksum=a0279e55c1996133645437ccb02574c82d62f0baa9744065779b5667c1f1cb8d
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vbin ttyplot
|
vbin ttyplot
|
||||||
|
vman ttyplot.1
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue