ccls: update to 0.20240202 (#10382)

This commit is contained in:
augiedoggie
2024-04-27 21:14:29 -06:00
committed by GitHub
parent 64209a3313
commit 803c94db5f

View File

@@ -15,12 +15,12 @@ hierarchy
* semantic highlighting and preprocessor skipped regions
* semantic navigation: \$ccls/navigate"
HOMEPAGE="https://github.com/MaskRay/ccls"
COPYRIGHT="2017-2023 ccls Authors"
COPYRIGHT="2017-2024 ccls Authors"
LICENSE="Apache v2"
REVISION="1"
SOURCE_URI="https://github.com/MaskRay/ccls/archive/tags/$portVersion.tar.gz"
SOURCE_DIR="ccls-tags-$portVersion"
CHECKSUM_SHA256="0a5f62e5c0e3f7af9f15feeffad4c1dce5c7dc57cdacd228938fa6f46852f8db"
CHECKSUM_SHA256="07c1953efbdbdc4b6b80a919f42fa618eedec800ba2afc8cf1051df279a203cc"
ARCHITECTURES="all !x86_gcc2"
SECONDARY_ARCHITECTURES="x86"
@@ -58,6 +58,6 @@ BUILD()
INSTALL()
{
mkdir -p $prefix/bin
cp -af build/ccls $prefix/bin
mkdir -pv $prefix/bin
cp -afv build/ccls $prefix/bin
}