mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-02-19 16:05:00 +00:00
- The stable release is too old and is not properly compatible with Lua 5.5, but the development branch appears to be - Build with Lua 5.5 - Fixes this error at runtime: `attempt to index a nil value`
12 lines
570 B
Bash
12 lines
570 B
Bash
TERMUX_PKG_HOMEPAGE=https://www.brain-dump.org/projects/vis/
|
|
TERMUX_PKG_DESCRIPTION="Modern, legacy free, simple yet efficient vim-like editor"
|
|
TERMUX_PKG_LICENSE="ISC"
|
|
TERMUX_PKG_MAINTAINER="@termux"
|
|
TERMUX_PKG_VERSION="0.9-p20250111"
|
|
_COMMIT=b7ec2672d626e964da70cda46b132a8306add993
|
|
TERMUX_PKG_SRCURL="https://github.com/martanne/vis/archive/$_COMMIT.zip"
|
|
TERMUX_PKG_SHA256=f3839581663071952c273cfc48762a3d343d5f8ac2dd7a8bceb8df4e82d89607
|
|
TERMUX_PKG_AUTO_UPDATE=true
|
|
TERMUX_PKG_DEPENDS="lua55, libunibilium, libtermkey, lua-lpeg, ncurses"
|
|
TERMUX_PKG_BUILD_IN_SRC=true
|