Files
termux-packages/packages/editorconfig-core-c/build.sh
termux-pacman-bot 8a256f507b bump(main/editorconfig-core-c): 0.12.10
This commit has been automatically submitted by Github Actions.
2025-10-04 06:40:28 +00:00

13 lines
573 B
Bash

TERMUX_PKG_HOMEPAGE=https://editorconfig.org/
TERMUX_PKG_DESCRIPTION="EditorConfig core code written in C (for use by plugins supporting EditorConfig parsing)"
TERMUX_PKG_LICENSE="BSD 2-Clause"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION="0.12.10"
TERMUX_PKG_SRCURL=https://github.com/editorconfig/editorconfig-core-c/archive/refs/tags/v${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=ab9f897a90fb36cfc34e5b67221e55ab0e3119b3512de8e31029d376c6bab870
TERMUX_PKG_AUTO_UPDATE=true
TERMUX_PKG_DEPENDS="pcre2"
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
-DBUILD_DOCUMENTATION=OFF
"