Skip to content

Commit

Permalink
bump(main/less): v661
Browse files Browse the repository at this point in the history
also set a maintainer
  • Loading branch information
TomJo2000 committed Jun 30, 2024
1 parent a0d04d2 commit 0f7f989
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 30 deletions.
16 changes: 11 additions & 5 deletions packages/less/build.sh
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
TERMUX_PKG_HOMEPAGE=https://www.greenwoodsoftware.com/less/
TERMUX_PKG_DESCRIPTION="Terminal pager program used to view the contents of a text file one screen at a time"
TERMUX_PKG_LICENSE="GPL-3.0"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION=633
TERMUX_PKG_REVISION=1
# less has both the GPLv3 and its own "less license" which is a variation of a BSD 2-Clause license
TERMUX_PKG_LICENSE="GPL-3.0, custom"
TERMUX_PKG_LICENSE_FILE='COPYING, LICENSE'
TERMUX_PKG_MAINTAINER="Joshua Kahn @TomJo2000"
TERMUX_PKG_VERSION=661
TERMUX_PKG_SRCURL=https://www.greenwoodsoftware.com/less/less-${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=2f201d64b828b88af36dfe6cfdba3e0819ece2e446ebe6224813209aaefed04f
TERMUX_PKG_SHA256=2b5f0167216e3ef0ffcb0c31c374e287eb035e4e223d5dae315c2783b6e738ed
TERMUX_PKG_DEPENDS="ncurses, pcre2"
TERMUX_PKG_ESSENTIAL=true
TERMUX_PKG_AUTO_UPDATE=true
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--with-regex=pcre2"

termux_step_pre_configure() {
autoreconf -fi
}
11 changes: 0 additions & 11 deletions packages/less/configure.patch

This file was deleted.

14 changes: 0 additions & 14 deletions packages/less/fix-negative-search.patch

This file was deleted.

0 comments on commit 0f7f989

Please sign in to comment.