mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-01-10 04:43:32 +00:00
addpkg(main/editorconfig-core-c): 0.12.9
This commit is contained in:
12
packages/editorconfig-core-c/build.sh
Normal file
12
packages/editorconfig-core-c/build.sh
Normal file
@@ -0,0 +1,12 @@
|
||||
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.9"
|
||||
TERMUX_PKG_SRCURL=https://github.com/editorconfig/editorconfig-core-c/archive/refs/tags/v${TERMUX_PKG_VERSION}.tar.gz
|
||||
TERMUX_PKG_SHA256=4aaa4e3883332aac7ec19c169dcf128f5f0f963f61d09beb299eb2bce5944e2c
|
||||
TERMUX_PKG_AUTO_UPDATE=true
|
||||
TERMUX_PKG_DEPENDS="pcre2"
|
||||
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
|
||||
-DBUILD_DOCUMENTATION=OFF
|
||||
"
|
||||
Reference in New Issue
Block a user