New package: rtags-2.12

Closes: #7280 [via git-merge-pr]
This commit is contained in:
Alexander Egorenkov 2017-08-04 19:52:11 +02:00 committed by Jürgen Buchmüller
parent 414fa121fd
commit 963cdd9672

20
srcpkgs/rtags/template Normal file
View file

@ -0,0 +1,20 @@
# Template file for 'rtags'
pkgname=rtags
version=2.12
revision=1
nocross=yes
wrksrc="${pkgname}"
build_style=cmake
make_build_args="VERBOSE=1"
makedepends="pkg-config git clang llvm libressl-devel zlib-devel"
short_desc="A c/c++ indexer with integration for Emacs based on clang"
maintainer="Alexander Egorenkov <egorenar-dev@posteo.net>"
license="GPL-3"
homepage="https://github.com/Andersbakken/rtags"
do_fetch() {
git clone ${homepage}
cd ${wrksrc}
git checkout v${version}
git submodule update --init --recursive
}