mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
ccls: update to 0.20220729.
This commit is contained in:
parent
d626d503c5
commit
d1a89ec39e
1 changed files with 5 additions and 5 deletions
|
@ -1,16 +1,16 @@
|
||||||
# Template file for 'ccls'
|
# Template file for 'ccls'
|
||||||
pkgname=ccls
|
pkgname=ccls
|
||||||
version=0.20210330
|
version=0.20220729
|
||||||
revision=2
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
hostmakedepends="clang-tools-extra"
|
hostmakedepends="clang-tools-extra"
|
||||||
makedepends="llvm ncurses-devel rapidjson zlib-devel clang-tools-extra"
|
makedepends="clang-tools-extra libxml2-devel llvm ncurses-devel rapidjson zlib-devel"
|
||||||
short_desc="C/C++/ObjC language server"
|
short_desc="C/C++/ObjC language server"
|
||||||
maintainer="Nathan Owens <ndowens@artixlinux.org>"
|
maintainer="André Cerqueira <acerqueira021@gmail.com>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="https://github.com/MaskRay/ccls"
|
homepage="https://github.com/MaskRay/ccls"
|
||||||
distfiles="https://github.com/MaskRay/ccls/archive/${version}.tar.gz"
|
distfiles="https://github.com/MaskRay/ccls/archive/${version}.tar.gz"
|
||||||
checksum=28c228f49dfc0f23cb5d581b7de35792648f32c39f4ca35f68ff8c9cb5ce56c2
|
checksum=af19be36597c2a38b526ce7138c72a64c7fb63827830c4cff92256151fc7a6f4
|
||||||
|
|
||||||
if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
|
if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
|
||||||
makedepends+=" libatomic-devel"
|
makedepends+=" libatomic-devel"
|
||||||
|
|
Loading…
Add table
Reference in a new issue