Files
ports/devel/ccache4/pkg-plist
Oleg Sidorkin 61e5c612e7 devel/ccache4: new port
ccache is a compiler cache.  It acts as a caching pre-processor to C/C++
compilers, using the -E compiler switch and a hash to detect when a
compilation can be satisfied from cache.  This often results in a 5 to 10
times speedup in common compilations.

PR:		234971
Approved by:	bdrewery
Author:    Oleg Sidorkin <osidorkin@gmail.com>
2023-03-13 22:04:41 +01:00

10 lines
311 B
Plaintext

etc/periodic/daily/ccache_clean
bin/ccache
bin/ccache-update-links
%%PORTDOCS%%share/man/man1/ccache.1.gz
%%PORTDOCS%%%%DOCSDIR%%/LICENSE.html
%%CCLINKDIR%%/world/ccache
@postexec echo "Create compiler links..."
@postexec %D/bin/ccache-update-links -v
@preunexec find %D/%%CCLINKDIR%% -type l -exec rm -f {} \;