Skip to content
Snippets Groups Projects
Commit fee04203 authored by Sören Tempel's avatar Sören Tempel Committed by omni
Browse files

community/ctags: enable json and yaml support

parent 276dd555
No related branches found
No related tags found
1 merge request!64799community/ctags: upgrade to 6.1.20240421.0
Pipeline #229348 skipped
......@@ -10,7 +10,7 @@ url="https://ctags.io/"
arch="all"
license="GPL-2.0-or-later"
checkdepends="diffutils python3"
makedepends="autoconf automake pkgconf py3-docutils"
makedepends="autoconf automake pkgconf py3-docutils yaml-dev jansson-dev"
subpackages="$pkgname-doc"
source="$pkgname-$pkgver.tar.gz::https://github.com/universal-ctags/ctags/archive/$_realver.tar.gz"
builddir="$srcdir"/$pkgname-$_realver
......@@ -37,7 +37,9 @@ build() {
--sysconfdir=/etc \
--mandir=/usr/share/man \
--localstatedir=/var \
--disable-external-sort
--disable-external-sort \
--enable-json \
--enable-yaml
make
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment