contrib/gcc-fortran-ccache-bindings/Pkgfile

19 lines
491 B
Plaintext

# Description: Masquerade directory to use ccache with gcc-fortran
# URL: https://gcc.gnu.org/
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: ccache gcc-fortran
name=gcc-fortran-ccache-bindings
version=1
release=2
source=()
build() {
install -d $PKG/usr/lib/ccache
ln -s ../../bin/ccache $PKG/usr/lib/ccache/f77
ln -s ../../bin/ccache $PKG/usr/lib/ccache/f90
ln -s ../../bin/ccache $PKG/usr/lib/ccache/f95
ln -s ../../bin/ccache $PKG/usr/lib/ccache/gfortran
}