Update ttyplot to 1.1.

This commit is contained in:
fcambus 2018-10-25 07:40:51 +00:00
parent 9d021f0513
commit 4d2170ccd3
2 changed files with 6 additions and 7 deletions

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.1.1.1 2018/10/18 06:51:41 fcambus Exp $
# $OpenBSD: Makefile,v 1.2 2018/10/25 07:40:51 fcambus Exp $
COMMENT = realtime plotting utility for terminals
GH_ACCOUNT = tenox7
GH_PROJECT = ttyplot
GH_TAGNAME = 1.0
GH_TAGNAME = 1.1
CATEGORIES = sysutils
@ -15,10 +15,9 @@ PERMIT_PACKAGE_CDROM = Yes
WANTLIB += c curses
NO_TEST = Yes
MAKE_FLAGS = CC="${CC}" CFLAGS="${CFLAGS}"
do-build:
cd ${WRKSRC} && ${CC} ${CFLAGS} ttyplot.c -o ttyplot -lcurses
NO_TEST = Yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/ttyplot ${PREFIX}/bin

View File

@ -1,2 +1,2 @@
SHA256 (ttyplot-1.0.tar.gz) = hn0lUyKyKvHYWVDsQER8m6BSaBZujdpfzFoRR872xwE=
SIZE (ttyplot-1.0.tar.gz) = 41820
SHA256 (ttyplot-1.1.tar.gz) = VsTJND1dqZoj4CDow39/AheM03CYPWAs0Ubyu2ewoVU=
SIZE (ttyplot-1.1.tar.gz) = 42901