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=3af413544a0ed0a4c52200894cfd6391f06d2e94
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'
16 makedepends=('git' 'python-docutils')
17 provides=('universal-ctags')
18 source=("git+https://github.com/universal-ctags/ctags.git#commit=$_commit")
22 git -C ctags describe --tags --match 'v*' | sed 's/^p//;s/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
35 --localstatedir=/var \
45 make -C ctags DESTDIR="${pkgdir}" install