termux-packages/disabled-packages/sl/build.sh
Leonid Pliushch 53a9ab7a8f frobtads, sl, unrar: disable packages because their license is not accepted by hosting
Bintray denied license requests for these packages, therefore we cannot provide
them via main repository.
2019-03-29 03:42:47 +02:00

15 lines
517 B
Bash

TERMUX_PKG_HOMEPAGE=https://github.com/mtoyoda/sl
TERMUX_PKG_DESCRIPTION="Tool curing your bad habit of mistyping"
TERMUX_PKG_LICENSE="custom"
TERMUX_PKG_VERSION=5.02
TERMUX_PKG_REVISION=1
TERMUX_PKG_SRCURL=https://github.com/mtoyoda/sl/archive/${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=1e5996757f879c81f202a18ad8e982195cf51c41727d3fea4af01fdcbbb5563a
TERMUX_PKG_DEPENDS="ncurses"
TERMUX_PKG_BUILD_IN_SRC=yes
termux_step_make_install() {
install sl $TERMUX_PREFIX/bin/
cp sl.1 $TERMUX_PREFIX/share/man/man1
}