termux-packages/packages/libtreesitter/build.sh
Termux Github Actions ce4f8b1b34 libtreesitter: update to 0.20.2
This commit has been automatically submitted by Github Actions.
2022-01-02 00:18:32 +00:00

10 lines
472 B
Bash

TERMUX_PKG_HOMEPAGE=https://github.com/tree-sitter/tree-sitter
TERMUX_PKG_DESCRIPTION="An incremental parsing system for programming tools"
TERMUX_PKG_LICENSE="MIT"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION=0.20.2
TERMUX_PKG_SRCURL=https://github.com/tree-sitter/tree-sitter/archive/refs/tags/v${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=2a0445f8172bbf83db005aedb4e893d394e2b7b33251badd3c94c2c5cc37c403
TERMUX_PKG_AUTO_UPDATE=true
TERMUX_PKG_BUILD_IN_SRC=true