Skip to content

Commit 4525fed

Browse files
authored
ripgrep: use pcre2
1 parent 154bd59 commit 4525fed

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/ripgrep/build.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,13 @@ TERMUX_PKG_DESCRIPTION="Search tool like grep and The Silver Searcher"
33
TERMUX_PKG_LICENSE="MIT"
44
TERMUX_PKG_MAINTAINER="@termux"
55
TERMUX_PKG_VERSION=13.0.0
6+
TERMUX_PKG_REVISION=1
67
TERMUX_PKG_SRCURL=https://github.com/BurntSushi/ripgrep/archive/$TERMUX_PKG_VERSION.tar.gz
78
TERMUX_PKG_SHA256=0fb17aaf285b3eee8ddab17b833af1e190d73de317ff9648751ab0660d763ed2
89
TERMUX_PKG_AUTO_UPDATE=true
10+
TERMUX_PKG_DEPENDS="pcre2"
911
TERMUX_PKG_BUILD_IN_SRC=true
12+
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--features pcre2"
1013

1114
termux_step_post_make_install() {
1215
# Install man page:

0 commit comments

Comments
 (0)