rtags: update to 2.20.
This commit is contained in:
parent
f527f0acb7
commit
696db5694e
@ -1,6 +1,6 @@
|
||||
# Template file for 'rtags'
|
||||
pkgname=rtags
|
||||
version=2.18
|
||||
version=2.20
|
||||
revision=1
|
||||
_Selene_hash=1b6b3ff9ecea0e5ef0df1dfbdb03028d2264ff20
|
||||
_rct_hash=b3e6f41d9844ef64420e628e0c65ed98278a843a
|
||||
@ -9,30 +9,12 @@ nocross=yes
|
||||
build_style=cmake
|
||||
# Don't run tests in do_install, please.
|
||||
configure_args="-DSKIP_CTEST=TRUE"
|
||||
make_build_args="VERBOSE=1"
|
||||
hostmakedepends="pkg-config clang"
|
||||
makedepends="llvm libressl-devel zlib-devel"
|
||||
checkdepends="perl"
|
||||
checkdepends="perl python3-PyHamcrest python3-nose"
|
||||
short_desc="A C/C++ indexer with integration for Emacs based on clang"
|
||||
maintainer="Alexander Egorenkov <egorenar-dev@posteo.net>"
|
||||
license="GPL-3.0-or-later"
|
||||
homepage="https://github.com/Andersbakken/rtags"
|
||||
distfiles="https://github.com/Andersbakken/rtags/archive/v${version}.tar.gz
|
||||
https://github.com/jeremyong/Selene/archive/${_Selene_hash}.tar.gz>Selene.tar.gz
|
||||
https://github.com/Andersbakken/rct/archive/${_rct_hash}.tar.gz>rct.tar.gz
|
||||
https://github.com/LuaDist/lua/archive/${_lua_hash}.tar.gz>lua-cmake.tar.gz"
|
||||
checksum="c2c5664f16a3986733d40197d6b39866a52a263d1ff7bca5453800f1c35d9269
|
||||
461aea8050cc89f2c05bb6feb27994ea877d9669e360e98567a03cb09532c696
|
||||
e9cae157bb8dabeef024b479ffd8098bc4d087dbd3d873753f23242903a7747b
|
||||
6bd8c953c8fcf8957598c8a80f7fb635399bc33d64ab3158a9aa161f3da09ff5"
|
||||
|
||||
pre_configure() {
|
||||
mv ../Selene-${_Selene_hash}/* src/selene
|
||||
mv ../rct-${_rct_hash}/* src/rct
|
||||
mv ../lua-${_lua_hash}/* src/lua
|
||||
}
|
||||
|
||||
do_check() {
|
||||
# Tests are broken in chroot
|
||||
:
|
||||
}
|
||||
distfiles="${homepage}/releases/download/v${version}/${pkgname}-${version}.tar.gz"
|
||||
checksum=9d73399421327147dc47b0ae5b95e12e8355f30291ad1954a78c0ef68b4b501f
|
||||
|
Loading…
x
Reference in New Issue
Block a user