office/neoleo: Updated for version 13.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
5f0d0dfd8d
commit
6bba91c9b4
|
@ -1,5 +1,3 @@
|
|||
neoleo (ncurses spreadsheet)
|
||||
|
||||
neoleo is a lightweight curses spreadsheet based on GNU oleo.
|
||||
Features include: macros, a headless mode for inclusion in UNIX
|
||||
pipelines, and Emacs-like keybindings.
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# Slackware build script for neoleo
|
||||
# Written by Mark Carter <alt.mcarter@gmail.com>
|
||||
|
||||
# Copyright 2017 Mark Carter UK
|
||||
# Copyright 2023 Mark Carter UK
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -26,7 +26,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=neoleo
|
||||
VERSION=${VERSION:-7.0.0}
|
||||
VERSION=${VERSION:-13.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
@ -87,6 +87,7 @@ CXXFLAGS="$SLKCFLAGS" \
|
|||
--libdir=/usr/lib${LIBDIRSUFFIX} \
|
||||
--sysconfdir=/etc \
|
||||
--localstatedir=/var \
|
||||
--mandir=/usr/man \
|
||||
--build=$ARCH-slackware-linux
|
||||
|
||||
make
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="neoleo"
|
||||
VERSION="7.0.0"
|
||||
VERSION="13.1"
|
||||
HOMEPAGE="https://github.com/blippy/neoleo"
|
||||
DOWNLOAD="https://github.com/blippy/neoleo/releases/download/v7.0.0/neoleo-7.0.0.tar.gz"
|
||||
MD5SUM="093e63f0bd460c5ab147ac4db673eb4b"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
DOWNLOAD="UNSUPPORTED"
|
||||
MD5SUM=""
|
||||
DOWNLOAD_x86_64="https://github.com/blippy/neoleo/releases/download/v13.1/neoleo-13.1.tar.gz"
|
||||
MD5SUM_x86_64="3d2ffd770b946b1862ff6a8a21edeb9d"
|
||||
REQUIRES=""
|
||||
MAINTAINER="Mark Carter"
|
||||
EMAIL="alt.mcarter@gmail.com"
|
||||
|
|
|
@ -9,8 +9,8 @@
|
|||
neoleo: neoleo (ncurses spreadsheet)
|
||||
neoleo:
|
||||
neoleo: neoleo is a lightweight curses spreadsheet based on GNU oleo.
|
||||
neoleo: Features include: macros, a headless mode for inclusion in UNIX
|
||||
neoleo: pipelines, and Emacs-like keybindings.
|
||||
neoleo:
|
||||
neoleo:
|
||||
neoleo:
|
||||
neoleo:
|
||||
neoleo:
|
||||
|
|
Loading…
Reference in New Issue