1 # Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
2 # Contributor: Giovanni Scafora <giovanni@archlinux.org>
3 # Contributor: John Proctor <jproctor@prium.net>
6 _commit=ca81123303640582358ce7b8a4e466615950a1f7 # p5.9.20210905.0
10 pkgdesc='Generates an index file of language objects found in source files'
11 url='https://ctags.io/'
14 depends=('glibc' 'libxml2' 'jansson' 'libyaml' 'libseccomp' 'libseccomp.so')
15 makedepends=('git' 'python-docutils')
16 provides=('universal-ctags')
17 source=("git+https://github.com/universal-ctags/ctags.git#commit=$_commit")
21 git -C ctags describe --tags --match 'p*' | sed 's/^p//;s/\([^-]*-g\)/r\1/;s/-/./g'
34 --localstatedir=/var \
44 make -C ctags DESTDIR="${pkgdir}" install