1
0
forked from ports/opt

clang-ccache-bindings: 1 -> 10

This commit is contained in:
Danny Rawlins 2020-05-02 14:10:29 +10:00
parent ad3e704743
commit f6ce1fcd39
3 changed files with 7 additions and 8 deletions

View File

@ -3,5 +3,5 @@ drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/ccache/
lrwxrwxrwx root/root usr/lib/ccache/clang -> ../../bin/ccache
lrwxrwxrwx root/root usr/lib/ccache/clang++ -> ../../bin/ccache
lrwxrwxrwx root/root usr/lib/ccache/clang-9 -> ../../bin/ccache
lrwxrwxrwx root/root usr/lib/ccache/clang-9.0 -> ../../bin/ccache
lrwxrwxrwx root/root usr/lib/ccache/clang-10 -> ../../bin/ccache
lrwxrwxrwx root/root usr/lib/ccache/clang-10.0 -> ../../bin/ccache

View File

@ -1,4 +1,4 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/WlD2CcP59vmPHGJN0ReZA5QdKnR4SWhhk9ttQS4lcjnRj5pgwdXhO3vjhEwbtlTQebi/p/ja5HBGSb9M9a7rQc=
SHA256 (Pkgfile) = 53d1fae09d5c56e27d4ad944ad6b6102f815d1eb4ecc6e1838a157cdf290f3df
SHA256 (.footprint) = ca27bc924c3a4ecd1c7f776f8093fd19f1f0d7b6765842c6a4f655a8bd038f65
RWSE3ohX2g5d/RXRuy0bZb0BcQf3mXKNEhqrAz1JyTpp5toMHEXpmiKPBczAkfIDm+3GyHAPLh8yj8z+otQd/pwu/u7QmeRTMgU=
SHA256 (Pkgfile) = d736b8fa70740d65272014e280297982009c30b74c753d46c07707b450287713
SHA256 (.footprint) = 4d6bc9f5079d24439563214828fa70e8325a5bc857069e166fc75f100c0e77d6

View File

@ -4,8 +4,8 @@
# Depends on: ccache clang
name=clang-ccache-bindings
version=1
release=4
version=10
release=1
source=()
build() {
@ -24,4 +24,3 @@ build() {
ln -s ../../bin/ccache $PKG/usr/lib/ccache/clang-$clang1
ln -s ../../bin/ccache $PKG/usr/lib/ccache/clang++
}